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

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

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

Classes in org.apache.hadoop.hbase.replication that implement ReplicationPeer
 class ReplicationPeerZKImpl
           
 

Methods in org.apache.hadoop.hbase.replication that return ReplicationPeer
 ReplicationPeer ReplicationPeersZKImpl.getPeer(String peerId)
           
 ReplicationPeer ReplicationPeers.getPeer(String peerId)
          Returns the ReplicationPeer
 ReplicationPeer ReplicationEndpoint.Context.getReplicationPeer()
           
 

Constructors in org.apache.hadoop.hbase.replication with parameters of type ReplicationPeer
ReplicationEndpoint.Context(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, ReplicationPeerConfig peerConfig, String peerId, UUID clusterId, ReplicationPeer replicationPeer, MetricsSource metrics)
           
TableCfWALEntryFilter(ReplicationPeer peer)
           
 

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

Methods in org.apache.hadoop.hbase.replication.regionserver with parameters of type ReplicationPeer
protected  ReplicationSourceInterface ReplicationSourceManager.getReplicationSource(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, ReplicationSourceManager manager, ReplicationQueues replicationQueues, ReplicationPeers replicationPeers, Server server, String peerId, UUID clusterId, ReplicationPeerConfig peerConfig, ReplicationPeer replicationPeer)
          Factory method to create a replication source
 



Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.