| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client.replication | |
| org.apache.hadoop.hbase.replication | 
 Multi Cluster Replication 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ReplicationPeerConfig | 
ReplicationAdmin.getPeerConfig(String id)  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,ReplicationPeerConfig> | 
ReplicationAdmin.listPeerConfigs()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ReplicationAdmin.addPeer(String id,
       ReplicationPeerConfig peerConfig,
       Map<TableName,? extends Collection<String>> tableCfs)
Add a new remote slave cluster for replication. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ReplicationPeerConfig | 
ReplicationPeerConfig.setClusterKey(String clusterKey)
Set the clusterKey which is the concatenation of the slave cluster's:
          hbase.zookeeper.quorum:hbase.zookeeper.property.clientPort:zookeeper.znode.parent 
 | 
ReplicationPeerConfig | 
ReplicationPeerConfig.setReplicationEndpointImpl(String replicationEndpointImpl)
Sets the ReplicationEndpoint plugin class for this peer. 
 | 
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.