@InterfaceAudience.Private public class DeletionListener extends ZKListener
watcher| 构造器和说明 |
|---|
DeletionListener(ZKWatcher zkWatcher,
String pathToWatch,
CountDownLatch deletedLatch)
Create a new instance of the deletion watcher.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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(ZKWatcher 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 occurred.public boolean hasException()
public Throwable getException()
public void nodeDataChanged(String path)
ZKListenernodeDataChanged 在类中 ZKListenerpath - full path of the updated nodepublic void nodeDeleted(String path)
ZKListenernodeDeleted 在类中 ZKListenerpath - full path of the deleted nodeCopyright © 2007–2018 The Apache Software Foundation. All rights reserved.