Package | Description |
---|---|
org.apache.zookeeper |
Modifier and Type | Method | Description |
---|---|---|
void |
ZooKeeper.delete(java.lang.String path,
int version,
AsyncCallback.VoidCallback cb,
java.lang.Object ctx) |
The asynchronous version of delete.
|
static void |
ZKUtil.deleteRecursive(ZooKeeper zk,
java.lang.String pathRoot,
AsyncCallback.VoidCallback cb,
java.lang.Object ctx) |
Recursively delete the node with the given path.
|
void |
ZooKeeper.sync(java.lang.String path,
AsyncCallback.VoidCallback cb,
java.lang.Object ctx) |
Asynchronous sync.
|
Copyright © 2018 The Apache Software Foundation