| Package | Description | 
|---|---|
| org.apache.zookeeper | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ZooKeeper. exists(String path,
      boolean watch,
      AsyncCallback.StatCallback cb,
      Object ctx)The asynchronous version of exists. | 
| void | ZooKeeper. exists(String path,
      Watcher watcher,
      AsyncCallback.StatCallback cb,
      Object ctx)The asynchronous version of exists. | 
| void | ZooKeeper. setACL(String path,
      List<ACL> acl,
      int version,
      AsyncCallback.StatCallback cb,
      Object ctx)The asynchronous version of setACL. | 
| void | ZooKeeper. setData(String path,
       byte[] data,
       int version,
       AsyncCallback.StatCallback cb,
       Object ctx)The asynchronous version of setData. | 
Copyright © 2016 The Apache Software Foundation