Package | Description |
---|---|
org.apache.zookeeper |
Modifier and Type | Method and Description |
---|---|
void |
ZooKeeper.getChildren(java.lang.String path,
boolean watch,
AsyncCallback.Children2Callback cb,
java.lang.Object ctx)
The asynchronous version of getChildren.
|
void |
ZooKeeper.getChildren(java.lang.String path,
Watcher watcher,
AsyncCallback.Children2Callback cb,
java.lang.Object ctx)
The asynchronous version of getChildren.
|
Copyright © 2018 The Apache Software Foundation