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

Packages that use ReplicationZookeeper
org.apache.hadoop.hbase.replication.regionserver   
 

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

Methods in org.apache.hadoop.hbase.replication.regionserver that return ReplicationZookeeper
 ReplicationZookeeper ReplicationSourceManager.getRepZkWrapper()
          Get the ZK help of this manager
 

Constructors in org.apache.hadoop.hbase.replication.regionserver with parameters of type ReplicationZookeeper
ReplicationSourceManager(ReplicationZookeeper zkHelper, org.apache.hadoop.conf.Configuration conf, Stoppable stopper, org.apache.hadoop.fs.FileSystem fs, AtomicBoolean replicating, org.apache.hadoop.fs.Path logDir, org.apache.hadoop.fs.Path oldLogDir)
          Creates a replication manager and sets the watch on all the other registered region servers
 



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