public class ReplicationTrackerZKImpl.PeersWatcher extends ZooKeeperListener
watcher
Constructor and Description |
---|
ReplicationTrackerZKImpl.PeersWatcher(ZooKeeperWatcher 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 |
nodeDeleted(String path)
Called when a node has been deleted
|
getWatcher, nodeCreated, nodeDataChanged
public ReplicationTrackerZKImpl.PeersWatcher(ZooKeeperWatcher watcher)
public void nodeDeleted(String path)
nodeDeleted
in class ZooKeeperListener
path
- full path of the deleted nodepublic void nodeChildrenChanged(String path)
nodeChildrenChanged
in class ZooKeeperListener
path
- full path of the node whose children have changedCopyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.