public class ReplicationTrackerZKImpl.OtherRegionServerWatcher
extends org.apache.hadoop.hbase.zookeeper.ZKListener
| Constructor and Description |
|---|
OtherRegionServerWatcher(org.apache.hadoop.hbase.zookeeper.ZKWatcher watcher)
Construct a ZooKeeper event listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
nodeChildrenChanged(String path)
Called when an existing node has a child node added or removed.
|
void |
nodeCreated(String path)
Called when a new node has been created.
|
void |
nodeDeleted(String path)
Called when a node has been deleted
|
public OtherRegionServerWatcher(org.apache.hadoop.hbase.zookeeper.ZKWatcher watcher)
public void nodeCreated(String path)
nodeCreated in class org.apache.hadoop.hbase.zookeeper.ZKListenerpath - full path of the new nodepublic void nodeDeleted(String path)
nodeDeleted in class org.apache.hadoop.hbase.zookeeper.ZKListenerpath - full path of the deleted nodepublic void nodeChildrenChanged(String path)
nodeChildrenChanged in class org.apache.hadoop.hbase.zookeeper.ZKListenerpath - full path of the node whose children have changedCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.