AsyncPathable<AsyncStage<java.lang.Void>> |
AsyncRemoveWatchesBuilder.removing(org.apache.curator.framework.api.CuratorWatcher watcher,
java.util.Set<RemoveWatcherOption> options) |
|
AsyncPathable<AsyncStage<java.lang.Void>> |
AsyncRemoveWatchesBuilder.removing(org.apache.curator.framework.api.CuratorWatcher watcher,
org.apache.zookeeper.Watcher.WatcherType watcherType,
java.util.Set<RemoveWatcherOption> options) |
Remove a watcher of a given type
|
AsyncPathable<AsyncStage<java.lang.Void>> |
AsyncRemoveWatchesBuilder.removing(org.apache.zookeeper.Watcher watcher,
java.util.Set<RemoveWatcherOption> options) |
|
AsyncPathable<AsyncStage<java.lang.Void>> |
AsyncRemoveWatchesBuilder.removing(org.apache.zookeeper.Watcher watcher,
org.apache.zookeeper.Watcher.WatcherType watcherType,
java.util.Set<RemoveWatcherOption> options) |
Remove a watcher of a given type
|
AsyncPathable<AsyncStage<java.lang.Void>> |
AsyncRemoveWatchesBuilder.removingAll(java.util.Set<RemoveWatcherOption> options) |
Remove all watchers
|
AsyncPathable<AsyncStage<java.lang.Void>> |
AsyncRemoveWatchesBuilder.removingAll(org.apache.zookeeper.Watcher.WatcherType watcherType,
java.util.Set<RemoveWatcherOption> options) |
Remove all watchers of a given type
|