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

Packages that use ReplicationPeerConfigListener
org.apache.hadoop.hbase.replication Multi Cluster Replication 
org.apache.hadoop.hbase.replication.regionserver   
org.apache.hadoop.hbase.security.visibility   
 

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

Subinterfaces of ReplicationPeerConfigListener in org.apache.hadoop.hbase.replication
 interface ReplicationEndpoint
          ReplicationEndpoint is a plugin which implements replication to other HBase clusters, or other systems.
 

Classes in org.apache.hadoop.hbase.replication that implement ReplicationPeerConfigListener
 class BaseReplicationEndpoint
          A Base implementation for ReplicationEndpoints.
 class HBaseReplicationEndpoint
          A BaseReplicationEndpoint for replication endpoints whose target cluster is an HBase cluster.
 

Methods in org.apache.hadoop.hbase.replication with parameters of type ReplicationPeerConfigListener
 void ReplicationPeerZKImpl.PeerConfigTracker.setListener(ReplicationPeerConfigListener listener)
           
 void ReplicationPeer.trackPeerConfigChanges(ReplicationPeerConfigListener listener)
          Setup a callback for chanages to the replication peer config
 void ReplicationPeerZKImpl.trackPeerConfigChanges(ReplicationPeerConfigListener listener)
           
 

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

Classes in org.apache.hadoop.hbase.replication.regionserver that implement ReplicationPeerConfigListener
 class HBaseInterClusterReplicationEndpoint
          A ReplicationEndpoint implementation for replicating to another HBase cluster.
 

Uses of ReplicationPeerConfigListener in org.apache.hadoop.hbase.security.visibility
 

Classes in org.apache.hadoop.hbase.security.visibility that implement ReplicationPeerConfigListener
 class VisibilityReplicationEndpoint
           
 



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