| Package | Description |
|---|---|
| org.apache.zookeeper |
| Modifier and Type | Method and Description |
|---|---|
void |
ZooKeeper.delete(java.lang.String path,
int version,
AsyncCallback.VoidCallback cb,
java.lang.Object ctx)
The asynchronous version of delete.
|
void |
ZooKeeper.removeAllWatches(java.lang.String path,
org.apache.zookeeper.Watcher.WatcherType watcherType,
boolean local,
AsyncCallback.VoidCallback cb,
java.lang.Object ctx)
The asynchronous version of removeAllWatches.
|
void |
ZooKeeper.removeWatches(java.lang.String path,
Watcher watcher,
org.apache.zookeeper.Watcher.WatcherType watcherType,
boolean local,
AsyncCallback.VoidCallback cb,
java.lang.Object ctx)
The asynchronous version of removeWatches.
|
void |
ZooKeeper.sync(java.lang.String path,
AsyncCallback.VoidCallback cb,
java.lang.Object ctx)
Asynchronous sync.
|
Copyright © 2020 The Apache Software Foundation