public class CdcrParams extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
CdcrParams.BufferState
The possible states of the CDCR buffer 
 | 
static class  | 
CdcrParams.CdcrAction
The actions supported by the CDCR API 
 | 
static class  | 
CdcrParams.ProcessState
The possible states of the CDCR process 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static String | 
BATCH_SIZE_PARAM
The batch size of the replicator * 
 | 
static String | 
BUFFER_PARAM
The definition of the  
CdcrBufferManager configuration * | 
static String | 
CHECKPOINT
The latest update checkpoint on a target cluster * 
 | 
static String | 
CONSECUTIVE_ERRORS
Counter for consecutive errors encountered by a replicator thread * 
 | 
static String | 
COUNTER_ADDS
Counter for Adds * 
 | 
static String | 
COUNTER_ALL
Overall counter * 
 | 
static String | 
COUNTER_BOOTSTRAP
Counter for Bootstrap operations * 
 | 
static String | 
COUNTER_DELETES
Counter for Deletes * 
 | 
static String | 
DEFAULT_STATE_PARAM
The default state at startup of the buffer * 
 | 
static String | 
ERRORS
A list of errors per target collection * 
 | 
static String | 
LAST
A list of the last errors encountered by a replicator thread * 
 | 
static String | 
LAST_PROCESSED_VERSION
The last processed version on a source cluster * 
 | 
static String | 
LAST_TIMESTAMP
The timestamp of the last processed operation in a replica queue * 
 | 
static String | 
OPERATIONS_PER_SECOND
A list of qps statistics per collection * 
 | 
static String | 
QUEUE_SIZE
The size of a replica queue on a source cluster * 
 | 
static String | 
QUEUES
A list of replica queues on a source cluster * 
 | 
static String | 
REPLICA_PARAM
The definition of a replica configuration * 
 | 
static String | 
REPLICATOR_PARAM
The definition of the  
CdcrReplicatorScheduler configuration * | 
static String | 
SCHEDULE_PARAM
The time schedule (in ms) of the replicator * 
 | 
static String | 
SOURCE_COLLECTION_PARAM
The source collection of a replica * 
 | 
static String | 
TARGET_COLLECTION_PARAM
The target collection of a replica * 
 | 
static String | 
THREAD_POOL_SIZE_PARAM
The thread pool size of the replicator * 
 | 
static String | 
TLOG_TOTAL_COUNT
Total count of transaction logs * 
 | 
static String | 
TLOG_TOTAL_SIZE
Total size of transaction logs * 
 | 
static String | 
UPDATE_LOG_SYNCHRONIZER
The state of the update log synchronizer * 
 | 
static String | 
UPDATE_LOG_SYNCHRONIZER_PARAM
The definition of the  
CdcrUpdateLogSynchronizer configuration * | 
static String | 
ZK_HOST_PARAM
The Zookeeper host of the target cluster hosting the replica * 
 | 
| Constructor and Description | 
|---|
CdcrParams()  | 
public static final String REPLICA_PARAM
public static final String SOURCE_COLLECTION_PARAM
public static final String TARGET_COLLECTION_PARAM
public static final String ZK_HOST_PARAM
public static final String REPLICATOR_PARAM
CdcrReplicatorScheduler configuration *public static final String THREAD_POOL_SIZE_PARAM
public static final String SCHEDULE_PARAM
public static final String BATCH_SIZE_PARAM
public static final String UPDATE_LOG_SYNCHRONIZER_PARAM
CdcrUpdateLogSynchronizer configuration *public static final String BUFFER_PARAM
CdcrBufferManager configuration *public static final String DEFAULT_STATE_PARAM
public static final String CHECKPOINT
public static final String LAST_PROCESSED_VERSION
public static final String QUEUES
public static final String QUEUE_SIZE
public static final String LAST_TIMESTAMP
public static final String OPERATIONS_PER_SECOND
public static final String COUNTER_ALL
public static final String COUNTER_ADDS
public static final String COUNTER_DELETES
public static final String COUNTER_BOOTSTRAP
public static final String ERRORS
public static final String CONSECUTIVE_ERRORS
public static final String LAST
public static final String TLOG_TOTAL_SIZE
public static final String TLOG_TOTAL_COUNT
public static final String UPDATE_LOG_SYNCHRONIZER
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.