|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@InterfaceAudience.LimitedPrivate(value="Replication") public interface ReplicationPeer
ReplicationPeer manages enabled / disabled state for the peer.
Nested Class Summary | |
---|---|
static class |
ReplicationPeer.PeerState
State of the peer, whether it is enabled or not |
Method Summary | |
---|---|
org.apache.hadoop.conf.Configuration |
getConfiguration()
Get the configuration object required to communicate with this peer |
String |
getId()
Get the identifier of this peer |
ReplicationPeerConfig |
getPeerConfig()
Get the peer config object |
ReplicationPeer.PeerState |
getPeerState()
Returns the state of the peer |
Map<String,List<String>> |
getTableCFs()
Get replicable (table, cf-list) map of this peer |
Method Detail |
---|
String getId()
ReplicationPeerConfig getPeerConfig()
ReplicationPeer.PeerState getPeerState()
org.apache.hadoop.conf.Configuration getConfiguration()
Map<String,List<String>> getTableCFs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |