Uses of Class
org.apache.hadoop.hbase.replication.ReplicationPeerConfig

Packages that use ReplicationPeerConfig
org.apache.hadoop.hbase.client.replication   
org.apache.hadoop.hbase.replication Multi Cluster Replication 
 

Uses of ReplicationPeerConfig in org.apache.hadoop.hbase.client.replication
 

Methods in org.apache.hadoop.hbase.client.replication that return ReplicationPeerConfig
 ReplicationPeerConfig ReplicationAdmin.getPeerConfig(String id)
           
 

Methods in org.apache.hadoop.hbase.client.replication that return types with arguments of type ReplicationPeerConfig
 Map<String,ReplicationPeerConfig> ReplicationAdmin.listPeerConfigs()
           
 

Methods in org.apache.hadoop.hbase.client.replication with parameters of type ReplicationPeerConfig
 void ReplicationAdmin.addPeer(String id, ReplicationPeerConfig peerConfig, Map<TableName,? extends Collection<String>> tableCfs)
          Add a new remote slave cluster for replication.
 

Uses of ReplicationPeerConfig in org.apache.hadoop.hbase.replication
 

Methods in org.apache.hadoop.hbase.replication that return ReplicationPeerConfig
 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 © 2015 The Apache Software Foundation. All rights reserved.