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

Packages that use ReplicationPeerConfig
org.apache.hadoop.hbase.client.replication   
org.apache.hadoop.hbase.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 ReplicationPeer.getPeerConfig()
          Get the peer config object
 ReplicationPeerConfig ReplicationPeerZKImpl.getPeerConfig()
          Get the peer config object
 ReplicationPeerConfig ReplicationPeersZKImpl.getReplicationPeerConfig(String peerId)
           
 ReplicationPeerConfig ReplicationPeers.getReplicationPeerConfig(String peerId)
          Returns the configured ReplicationPeerConfig for this peerId
 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.
 

Methods in org.apache.hadoop.hbase.replication that return types with arguments of type ReplicationPeerConfig
 Map<String,ReplicationPeerConfig> ReplicationPeersZKImpl.getAllPeerConfigs()
           
 Map<String,ReplicationPeerConfig> ReplicationPeers.getAllPeerConfigs()
          List the cluster replication configs of all remote slave clusters (whether they are enabled/disabled or connected/disconnected).
 Pair<ReplicationPeerConfig,org.apache.hadoop.conf.Configuration> ReplicationPeersZKImpl.getPeerConf(String peerId)
           
 Pair<ReplicationPeerConfig,org.apache.hadoop.conf.Configuration> ReplicationPeers.getPeerConf(String peerId)
          Returns the configuration needed to talk to the remote slave cluster.
 

Methods in org.apache.hadoop.hbase.replication with parameters of type ReplicationPeerConfig
 void ReplicationPeersZKImpl.addPeer(String id, ReplicationPeerConfig peerConfig, String tableCFs)
           
 void ReplicationPeers.addPeer(String peerId, ReplicationPeerConfig peerConfig, String tableCFs)
          Add a new remote slave cluster for replication.
 

Constructors in org.apache.hadoop.hbase.replication with parameters of type ReplicationPeerConfig
ReplicationPeerZKImpl(org.apache.hadoop.conf.Configuration conf, String id, ReplicationPeerConfig peerConfig)
          Constructor that takes all the objects required to communicate with the specified peer, except for the region server addresses.
 



Copyright © 2007-2015 The Apache Software Foundation. All Rights Reserved.