Enum Class SyncReplicationState

java.lang.Object
java.lang.Enum<SyncReplicationState>
org.apache.hadoop.hbase.replication.SyncReplicationState
All Implemented Interfaces:
Serializable, Comparable<SyncReplicationState>, Constable

@Public public enum SyncReplicationState extends Enum<SyncReplicationState>
Used by synchronous replication. Indicate the state of the current cluster in a synchronous replication peer. The state may be one of ACTIVE, DOWNGRADE_ACTIVE or STANDBY.

For asynchronous replication, the state is NONE.