|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ZooKeeperListener in org.apache.hadoop.hbase |
---|
Subclasses of ZooKeeperListener in org.apache.hadoop.hbase | |
---|---|
class |
ZKNamespaceManager
Class servers two purposes: 1. |
Uses of ZooKeeperListener in org.apache.hadoop.hbase.backup.example |
---|
Subclasses of ZooKeeperListener in org.apache.hadoop.hbase.backup.example | |
---|---|
class |
TableHFileArchiveTracker
Track HFile archiving state changes in ZooKeeper. |
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 | |
---|---|
static class |
HBaseReplicationEndpoint.PeerRegionServerListener
Tracks changes to the list of region servers in a peer's cluster. |
class |
ReplicationPeerZKImpl.PeerStateTracker
Tracker for state of this peer |
class |
ReplicationPeerZKImpl.TableCFsTracker
Tracker for (table, cf-list) map of this peer |
class |
ReplicationTrackerZKImpl.OtherRegionServerWatcher
Watcher used to be notified of the other region server's death in the local cluster. |
class |
ReplicationTrackerZKImpl.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.security.visibility |
---|
Subclasses of ZooKeeperListener in org.apache.hadoop.hbase.security.visibility | |
---|---|
class |
ZKVisibilityLabelWatcher
A zk watcher that watches the labels table znode. |
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 |
DeletionListener
A ZooKeeper watcher meant to detect deletions of ZNodes. |
class |
DrainingServerTracker
Tracks the list of draining region servers via ZK. |
class |
LoadBalancerTracker
Tracks the load balancer state up in ZK |
class |
MasterAddressTracker
Manages the location of the current active Master for the RegionServer. |
class |
MetaRegionTracker
Tracks the meta region server location node in zookeeper. |
class |
RecoveringRegionWatcher
Watcher used to be notified of the recovering region coming out of recovering state |
class |
RegionServerTracker
Tracks the online region servers via ZK. |
class |
ZKLeaderManager
Deprecated. Not used |
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. |
void |
ZooKeeperWatcher.unregisterListener(ZooKeeperListener listener)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |