@InterfaceAudience.LimitedPrivate(value="Replication") public interface ReplicationPeer
Modifier and Type | Interface and Description |
---|---|
static class |
ReplicationPeer.PeerState
State of the peer, whether it is enabled or not
|
Modifier and Type | Method and Description |
---|---|
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<TableName,List<String>> |
getTableCFs()
Get replicable (table, cf-list) map of this peer
|
String getId()
ReplicationPeerConfig getPeerConfig()
ReplicationPeer.PeerState getPeerState()
org.apache.hadoop.conf.Configuration getConfiguration()
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.