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.procedure   
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.replication Multi Cluster Replication 
org.apache.hadoop.hbase.replication.regionserver   
org.apache.hadoop.hbase.security.access   
org.apache.hadoop.hbase.security.token   
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 ActiveMasterManager
          Handles everything on master-side related to master election.
 class AssignmentManager
          Manages and performs region assignment.
 class SplitLogManager
          Distributes the task of log splitting to the available region servers.
 

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

Subclasses of ZooKeeperListener in org.apache.hadoop.hbase.procedure
 class ZKProcedureUtil
          This is a shared ZooKeeper-based znode management utils for distributed procedure.
 

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

Subclasses of ZooKeeperListener in org.apache.hadoop.hbase.regionserver
 class SplitLogWorker
          This worker is spawned in every regionserver (should we also spawn one in the master?).
 

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
 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.security.access
 

Subclasses of ZooKeeperListener in org.apache.hadoop.hbase.security.access
 class ZKPermissionWatcher
          Handles synchronization of access control list entries and updates throughout all nodes in the cluster.
 

Uses of ZooKeeperListener in org.apache.hadoop.hbase.security.token
 

Subclasses of ZooKeeperListener in org.apache.hadoop.hbase.security.token
 class ZKSecretWatcher
          Synchronizes token encryption keys across cluster nodes.
 

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 DrainingServerTracker
          Tracks the list of draining region servers via ZK.
 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 ZKLeaderManager
          Handles coordination of a single "leader" instance among many possible candidates.
 class ZooKeeperNodeTracker
          Tracks the availability and value of a single ZooKeeper node.
 

Methods in org.apache.hadoop.hbase.zookeeper that return types with arguments of type ZooKeeperListener
 List<ZooKeeperListener> ZooKeeperWatcher.getListeners()
          Get a copy of current registered listeners
 

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 © 2013 The Apache Software Foundation. All Rights Reserved.