|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
static class |
ReplicationPeersZKImpl.PeerRegionServerListener
Tracks changes to the list of region servers in a peer's cluster. |
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.zookeeper |
|---|
| Subclasses of ZooKeeperListener in org.apache.hadoop.hbase.zookeeper | |
|---|---|
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 |
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 | |||||||||