Uses of Enum
org.apache.curator.x.async.api.RemoveWatcherOption
-
Uses of RemoveWatcherOption in org.apache.curator.x.async.api
Modifier and TypeMethodDescriptionstatic RemoveWatcherOption
Returns 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.Modifier 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