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