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

Packages that use ZooKeeperListener
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.replication Multi Cluster Replication 
org.apache.hadoop.hbase.replication.regionserver   
org.apache.hadoop.hbase.zookeeper   
 

Uses of ZooKeeperListener in org.apache.hadoop.hbase
 

Subclasses of ZooKeeperListener in org.apache.hadoop.hbase
 class MasterAddressTracker
          Manages the location of the current active Master for this RegionServer.
 

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

Subclasses of ZooKeeperListener in org.apache.hadoop.hbase.master
 class AssignmentManager
          Manages and performs region assignment.
 

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

Subclasses of ZooKeeperListener in org.apache.hadoop.hbase.replication
 class ReplicationZookeeper.ReplicationStatusTracker
          Tracker for status of the replication
 

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.replication.regionserver
 

Subclasses of ZooKeeperListener in org.apache.hadoop.hbase.replication.regionserver
 class ReplicationSourceManager.OtherRegionServerWatcher
          Watcher used to be notified of the other region server's death in the local cluster.
 class ReplicationSourceManager.PeersWatcher
          Watcher used to follow the creation and deletion of peer clusters.
 

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

Subclasses of ZooKeeperListener in org.apache.hadoop.hbase.zookeeper
 class ClusterStatusTracker
          Tracker on cluster settings up in zookeeper.
 class MetaNodeTracker
          Tracks the unassigned zookeeper node used by the META table.
 class RegionServerTracker
          Tracks the online region servers via ZK.
 class RootRegionTracker
          Tracks the root region server location node in zookeeper.
 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.
 



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