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

Packages that use ReplicationPeers
org.apache.hadoop.hbase.replication   
 

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)
           
 



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