Package | Description |
---|---|
org.apache.hadoop.hbase.replication |
Multi Cluster Replication
|
Modifier and Type | Field and Description |
---|---|
private ReplicationPeer.PeerState |
ReplicationPeerImpl.peerState |
Modifier and Type | Method and Description |
---|---|
ReplicationPeer.PeerState |
ReplicationPeerImpl.getPeerState() |
ReplicationPeer.PeerState |
ReplicationPeer.getPeerState()
Returns the state of the peer by reading local cache.
|
ReplicationPeer.PeerState |
ReplicationPeers.refreshPeerState(String peerId) |
static ReplicationPeer.PeerState |
ReplicationPeer.PeerState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplicationPeer.PeerState[] |
ReplicationPeer.PeerState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.