| Package | Description | 
|---|---|
| org.apache.zookeeper | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ZooKeeper. addWatch(String basePath,
        AddWatchMode mode,
        AsyncCallback.VoidCallback cb,
        Object ctx)Async version of  ZooKeeper.addWatch(String, AddWatchMode)(see it for details) | 
| void | ZooKeeper. addWatch(String basePath,
        Watcher watcher,
        AddWatchMode mode,
        AsyncCallback.VoidCallback cb,
        Object ctx)Async version of  ZooKeeper.addWatch(String, Watcher, AddWatchMode)(see it for details) | 
| void | ZooKeeper. delete(String path,
      int version,
      AsyncCallback.VoidCallback cb,
      Object ctx)The asynchronous version of delete. | 
| static void | ZKUtil. deleteRecursive(ZooKeeper zk,
               String pathRoot,
               AsyncCallback.VoidCallback cb,
               Object ctx)Recursively delete the node with the given path. | 
| void | ZooKeeper. removeAllWatches(String path,
                Watcher.WatcherType watcherType,
                boolean local,
                AsyncCallback.VoidCallback cb,
                Object ctx)The asynchronous version of removeAllWatches. | 
| void | ZooKeeper. removeWatches(String path,
             Watcher watcher,
             Watcher.WatcherType watcherType,
             boolean local,
             AsyncCallback.VoidCallback cb,
             Object ctx)The asynchronous version of removeWatches. | 
| void | ZooKeeper. sync(String path,
    AsyncCallback.VoidCallback cb,
    Object ctx)Asynchronous sync. | 
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.