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

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

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

Classes in org.apache.hadoop.hbase.replication that implement ReplicationTracker
 class ReplicationTrackerZKImpl
          This class is a Zookeeper implementation of the ReplicationTracker interface.
 

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

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

Constructors in org.apache.hadoop.hbase.replication.regionserver with parameters of type ReplicationTracker
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.