@InterfaceAudience.Private public class DeletionListener extends ZooKeeperListener
watcher| Constructor and Description |
|---|
DeletionListener(ZooKeeperWatcher zkWatcher,
String pathToWatch,
CountDownLatch deletedLatch)
Create a new instance of the deletion watcher.
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getException()
Get the last exception which has occurred when re-setting the watch.
|
boolean |
hasException()
Check if an exception has occurred when re-setting the watch.
|
void |
nodeDataChanged(String path)
Called when an existing node has changed data.
|
void |
nodeDeleted(String path)
Called when a node has been deleted
|
getWatcher, nodeChildrenChanged, nodeCreatedpublic DeletionListener(ZooKeeperWatcher zkWatcher, String pathToWatch, CountDownLatch deletedLatch)
zkWatcher - ZookeeperWatcher instancepathToWatch - (Fully qualified) ZNode path that we are waiting to
be deleted.deletedLatch - Count down on this latch when deletion has occured.public boolean hasException()
public Throwable getException()
public void nodeDataChanged(String path)
ZooKeeperListenernodeDataChanged in class ZooKeeperListenerpath - full path of the updated nodepublic void nodeDeleted(String path)
ZooKeeperListenernodeDeleted in class ZooKeeperListenerpath - full path of the deleted nodeCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.