Uses of Class
org.apache.hadoop.hbase.zookeeper.ZooKeeperListener

Packages that use ZooKeeperListener
org.apache.hadoop.hbase.replication   
org.apache.hadoop.hbase.zookeeper   
 

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

Subclasses of ZooKeeperListener in org.apache.hadoop.hbase.replication
 class ReplicationPeer.PeerStateTracker
          Tracker for state of this peer
 

Methods in org.apache.hadoop.hbase.replication with parameters of type ZooKeeperListener
 void ReplicationZookeeper.registerRegionServerListener(ZooKeeperListener listener)
           
 

Uses of ZooKeeperListener in org.apache.hadoop.hbase.zookeeper
 

Subclasses of ZooKeeperListener in org.apache.hadoop.hbase.zookeeper
 class MasterAddressTracker
          Manages the location of the current active Master for the RegionServer.
 class MetaNodeTracker
          Tracks the unassigned zookeeper node used by the META table.
 class MetaRegionTracker
          Tracks the meta region server location node in zookeeper.
 class ZKLeaderManager
          Deprecated. Not used
 class ZooKeeperNodeTracker
          Tracks the availability and value of a single ZooKeeper node.
 

Methods in org.apache.hadoop.hbase.zookeeper with parameters of type ZooKeeperListener
 void ZooKeeperWatcher.registerListener(ZooKeeperListener listener)
          Register the specified listener to receive ZooKeeper events.
 void ZooKeeperWatcher.registerListenerFirst(ZooKeeperListener listener)
          Register the specified listener to receive ZooKeeper events and add it as the first in the list of current listeners.
 void ZooKeeperWatcher.unregisterListener(ZooKeeperListener listener)
           
 



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