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

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

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

Methods in org.apache.hadoop.hbase.replication with parameters of type ReplicationListener
 void ReplicationTrackerZKImpl.registerListener(ReplicationListener listener)
           
 void ReplicationTracker.registerListener(ReplicationListener listener)
          Register a replication listener to receive replication events.
 void ReplicationTrackerZKImpl.removeListener(ReplicationListener listener)
           
 void ReplicationTracker.removeListener(ReplicationListener listener)
           
 

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

Classes in org.apache.hadoop.hbase.replication.regionserver that implement ReplicationListener
 class ReplicationSourceManager
          This class is responsible to manage all the replication sources.
 



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