Uses of Interface
org.apache.zookeeper.AsyncCallback.VoidCallback
-
Packages that use AsyncCallback.VoidCallback Package Description org.apache.zookeeper -
-
Uses of AsyncCallback.VoidCallback in org.apache.zookeeper
Methods in org.apache.zookeeper with parameters of type AsyncCallback.VoidCallback Modifier and Type Method Description voidZooKeeper. delete(java.lang.String path, int version, AsyncCallback.VoidCallback cb, java.lang.Object ctx)The asynchronous version of delete.static voidZKUtil. deleteRecursive(ZooKeeper zk, java.lang.String pathRoot, AsyncCallback.VoidCallback cb, java.lang.Object ctx)Recursively delete the node with the given path.voidZooKeeper. sync(java.lang.String path, AsyncCallback.VoidCallback cb, java.lang.Object ctx)Asynchronous sync.
-