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