| Modifier and Type | Class and Description |
|---|---|
class |
ClusterStatusTracker
Tracker on cluster settings up in zookeeper.
|
class |
DeletionListener
A ZooKeeper watcher meant to detect deletions of ZNodes.
|
class |
LoadBalancerTracker
Tracks the load balancer state up in ZK
|
class |
MasterAddressTracker
Manages the location of the current active Master for the RegionServer.
|
class |
MasterMaintenanceModeTracker
Tracks the master Maintenance Mode via ZK.
|
class |
RegionNormalizerTracker
Tracks region normalizer state up in ZK
|
class |
ZKLeaderManager
Deprecated.
Not used
|
class |
ZKNodeTracker
Tracks the availability and value of a single ZooKeeper node.
|
| Modifier and Type | Method and Description |
|---|---|
List<ZKListener> |
ZKWatcher.getListeners()
Get a copy of current registered listeners
|
| Modifier and Type | Method and Description |
|---|---|
void |
ZKWatcher.registerListener(ZKListener listener)
Register the specified listener to receive ZooKeeper events.
|
void |
ZKWatcher.registerListenerFirst(ZKListener listener)
Register the specified listener to receive ZooKeeper events and add it as
the first in the list of current listeners.
|
void |
ZKWatcher.unregisterListener(ZKListener listener) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.