public class ReplicationTrackerZKImpl.OtherRegionServerWatcher extends ZKListener
watcher| Constructor and Description | 
|---|
| OtherRegionServerWatcher(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 | 
| private boolean | refreshListIfRightPath(String path) | 
getWatcher, nodeDataChangedpublic OtherRegionServerWatcher(ZKWatcher watcher)
public void nodeCreated(String path)
nodeCreated in class ZKListenerpath - full path of the new nodepublic void nodeDeleted(String path)
nodeDeleted in class ZKListenerpath - full path of the deleted nodepublic void nodeChildrenChanged(String path)
nodeChildrenChanged in class ZKListenerpath - full path of the node whose children have changedprivate boolean refreshListIfRightPath(String path)
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.