Uses of Interface
org.apache.zookeeper.AsyncCallback.VoidCallback
Packages that use AsyncCallback.VoidCallback
-
Uses of AsyncCallback.VoidCallback in org.apache.zookeeper
Methods in org.apache.zookeeper with parameters of type AsyncCallback.VoidCallbackModifier and TypeMethodDescriptionvoidZooKeeper.addWatch(String basePath, AddWatchMode mode, AsyncCallback.VoidCallback cb, Object ctx) Async version ofZooKeeper.addWatch(String, AddWatchMode)(see it for details)voidZooKeeper.addWatch(String basePath, Watcher watcher, AddWatchMode mode, AsyncCallback.VoidCallback cb, Object ctx) Async version ofZooKeeper.addWatch(String, Watcher, AddWatchMode)(see it for details)voidZooKeeper.delete(String path, int version, AsyncCallback.VoidCallback cb, Object ctx) The asynchronous version of delete.static voidZKUtil.deleteRecursive(ZooKeeper zk, String pathRoot, AsyncCallback.VoidCallback cb, Object ctx) Recursively delete the node with the given path.voidZooKeeper.removeAllWatches(String path, Watcher.WatcherType watcherType, boolean local, AsyncCallback.VoidCallback cb, Object ctx) The asynchronous version of removeAllWatches.voidZooKeeper.removeWatches(String path, Watcher watcher, Watcher.WatcherType watcherType, boolean local, AsyncCallback.VoidCallback cb, Object ctx) The asynchronous version of removeWatches.voidZooKeeper.sync(String path, AsyncCallback.VoidCallback cb, Object ctx) Asynchronous sync.