public final class RogLogCdcProcessor extends RogObject
| Modifier and Type | Class and Description |
|---|---|
static class |
RogLogCdcProcessor.Params
Contains parameters for CDC processing.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
PROP_CONFLATE_CHECKPOINTS
|
static String |
PROP_ENTRY_RETENTION_THRESHOLD
|
static String |
PROP_MEM_MAPPED_READ_BUFFER_LOAD
|
static String |
PROP_MEM_MAPPED_READ_BUFFER_MAX_SIZE
|
static String |
PROP_OFF_HEAP_BUFFERING
|
static String |
PROP_OFF_HEAP_BUFFERING_LOAD_STRATEGY
|
static String |
PROP_SKIP_CDC_CHECKPOINTED
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Shut the CDC processor down
|
void |
run()
Run the CDC processor
|
getChecked, getThreaded, getTracerpublic static final String PROP_ENTRY_RETENTION_THRESHOLD
public static final String PROP_CONFLATE_CHECKPOINTS
public static final String PROP_SKIP_CDC_CHECKPOINTED
public static final String PROP_OFF_HEAP_BUFFERING
public static final String PROP_OFF_HEAP_BUFFERING_LOAD_STRATEGY
public static final String PROP_MEM_MAPPED_READ_BUFFER_LOAD
public static final String PROP_MEM_MAPPED_READ_BUFFER_MAX_SIZE
Copyright © 2019 N5 Technologies, Inc. All Rights Reserved.