Uses of Enum
org.apache.curator.x.async.api.RemoveWatcherOption
Packages that use RemoveWatcherOption
-
Uses of RemoveWatcherOption in org.apache.curator.x.async.api
Methods in org.apache.curator.x.async.api that return RemoveWatcherOptionModifier and TypeMethodDescriptionstatic RemoveWatcherOptionReturns the enum constant of this type with the specified name.static RemoveWatcherOption[]RemoveWatcherOption.values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.apache.curator.x.async.api with type arguments of type RemoveWatcherOptionModifier and TypeMethodDescriptionAsyncRemoveWatchesBuilder.removing(CuratorWatcher watcher, Set<RemoveWatcherOption> options) AsyncRemoveWatchesBuilder.removing(CuratorWatcher watcher, org.apache.zookeeper.Watcher.WatcherType watcherType, Set<RemoveWatcherOption> options) Remove a watcher of a given typeAsyncRemoveWatchesBuilder.removing(org.apache.zookeeper.Watcher watcher, Set<RemoveWatcherOption> options) AsyncRemoveWatchesBuilder.removing(org.apache.zookeeper.Watcher watcher, org.apache.zookeeper.Watcher.WatcherType watcherType, Set<RemoveWatcherOption> options) Remove a watcher of a given typeAsyncRemoveWatchesBuilder.removingAll(Set<RemoveWatcherOption> options) Remove all watchersAsyncRemoveWatchesBuilder.removingAll(org.apache.zookeeper.Watcher.WatcherType watcherType, Set<RemoveWatcherOption> options) Remove all watchers of a given type