public class CdcrParams extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | CdcrParams.BufferStateThe possible states of the CDCR buffer | 
| static class  | CdcrParams.CdcrActionThe actions supported by the CDCR API | 
| static class  | CdcrParams.ProcessStateThe possible states of the CDCR process | 
| Modifier and Type | Field and Description | 
|---|---|
| static String | BATCH_SIZE_PARAMThe batch size of the replicator * | 
| static String | BUFFER_PARAMThe definition of the  CdcrBufferManagerconfiguration * | 
| static String | CHECKPOINTThe latest update checkpoint on a target cluster * | 
| static String | CONSECUTIVE_ERRORSCounter for consecutive errors encountered by a replicator thread * | 
| static String | COUNTER_ADDSCounter for Adds * | 
| static String | COUNTER_ALLOverall counter * | 
| static String | COUNTER_BOOTSTRAPCounter for Bootstrap operations * | 
| static String | COUNTER_DELETESCounter for Deletes * | 
| static String | DEFAULT_STATE_PARAMThe default state at startup of the buffer * | 
| static String | ERRORSA list of errors per target collection * | 
| static String | LASTA list of the last errors encountered by a replicator thread * | 
| static String | LAST_PROCESSED_VERSIONThe last processed version on a source cluster * | 
| static String | LAST_TIMESTAMPThe timestamp of the last processed operation in a replica queue * | 
| static String | OPERATIONS_PER_SECONDA list of qps statistics per collection * | 
| static String | QUEUE_SIZEThe size of a replica queue on a source cluster * | 
| static String | QUEUESA list of replica queues on a source cluster * | 
| static String | REPLICA_PARAMThe definition of a replica configuration * | 
| static String | REPLICATOR_PARAMThe definition of the  CdcrReplicatorSchedulerconfiguration * | 
| static String | SCHEDULE_PARAMThe time schedule (in ms) of the replicator * | 
| static String | SOURCE_COLLECTION_PARAMThe source collection of a replica * | 
| static String | TARGET_COLLECTION_PARAMThe target collection of a replica * | 
| static String | THREAD_POOL_SIZE_PARAMThe thread pool size of the replicator * | 
| static String | TLOG_TOTAL_COUNTTotal count of transaction logs * | 
| static String | TLOG_TOTAL_SIZETotal size of transaction logs * | 
| static String | UPDATE_LOG_SYNCHRONIZERThe state of the update log synchronizer * | 
| static String | UPDATE_LOG_SYNCHRONIZER_PARAMThe definition of the  CdcrUpdateLogSynchronizerconfiguration * | 
| static String | ZK_HOST_PARAMThe 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-2017 Apache Software Foundation. All Rights Reserved.