Uses of Interface
org.apache.hadoop.hbase.replication.ReplicationPeers

Packages that use ReplicationPeers
org.apache.hadoop.hbase.replication Multi Cluster Replication 
org.apache.hadoop.hbase.replication.regionserver   
 

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

Classes in org.apache.hadoop.hbase.replication that implement ReplicationPeers
 class ReplicationPeersZKImpl
          This class provides an implementation of the ReplicationPeers interface using Zookeeper.
 

Methods in org.apache.hadoop.hbase.replication that return ReplicationPeers
static ReplicationPeers ReplicationFactory.getReplicationPeers(ZooKeeperWatcher zk, org.apache.hadoop.conf.Configuration conf, Abortable abortable)
           
 

Methods in org.apache.hadoop.hbase.replication with parameters of type ReplicationPeers
static ReplicationTracker ReplicationFactory.getReplicationTracker(ZooKeeperWatcher zookeeper, ReplicationPeers replicationPeers, org.apache.hadoop.conf.Configuration conf, Abortable abortable, Stoppable stopper)
           
 

Constructors in org.apache.hadoop.hbase.replication with parameters of type ReplicationPeers
ReplicationTrackerZKImpl(ZooKeeperWatcher zookeeper, ReplicationPeers replicationPeers, org.apache.hadoop.conf.Configuration conf, Abortable abortable, Stoppable stopper)
           
 

Uses of ReplicationPeers in org.apache.hadoop.hbase.replication.regionserver
 

Methods in org.apache.hadoop.hbase.replication.regionserver with parameters of type ReplicationPeers
 ReplicationSourceInterface ReplicationSourceManager.getReplicationSource(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, ReplicationSourceManager manager, ReplicationQueues replicationQueues, ReplicationPeers replicationPeers, Stoppable stopper, String peerId, UUID clusterId)
          Factory method to create a replication source
 void ReplicationSourceInterface.init(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, ReplicationSourceManager manager, ReplicationQueues replicationQueues, ReplicationPeers replicationPeers, Stoppable stopper, String peerClusterZnode, UUID clusterId)
          Initializer for the source
 void ReplicationSource.init(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, ReplicationSourceManager manager, ReplicationQueues replicationQueues, ReplicationPeers replicationPeers, Stoppable stopper, String peerClusterZnode, UUID clusterId)
          Instantiation method used by region servers
 

Constructors in org.apache.hadoop.hbase.replication.regionserver with parameters of type ReplicationPeers
ReplicationSinkManager(HConnection conn, String peerClusterId, ReplicationPeers replicationPeers, org.apache.hadoop.conf.Configuration conf)
          Instantiate for a single replication peer cluster.
ReplicationSourceManager(ReplicationQueues replicationQueues, ReplicationPeers replicationPeers, ReplicationTracker replicationTracker, org.apache.hadoop.conf.Configuration conf, Stoppable stopper, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path logDir, org.apache.hadoop.fs.Path oldLogDir, UUID clusterId)
          Creates a replication manager and sets the watch on all the other registered region servers
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.