Uses of Interface
org.apache.curator.framework.api.CuratorWatcher
Package
Description
-
Uses of CuratorWatcher in org.apache.curator.framework.api
Modifier and TypeMethodDescriptionRemoveWatchesBuilder.remove
(CuratorWatcher watcher) Specify the watcher to be removedWatchableBase.usingWatcher
(CuratorWatcher watcher) Set a watcher for the operation -
Uses of CuratorWatcher in org.apache.curator.framework.imps
Modifier and TypeMethodDescriptionRemoveWatchesBuilderImpl.remove
(CuratorWatcher watcher) AddWatchBuilderImpl.usingWatcher
(CuratorWatcher watcher) BackgroundPathable
<org.apache.zookeeper.data.Stat> ExistsBuilderImpl.usingWatcher
(CuratorWatcher watcher) GetChildrenBuilderImpl.usingWatcher
(CuratorWatcher watcher) BackgroundEnsembleable
<byte[]> GetConfigBuilderImpl.usingWatcher
(CuratorWatcher watcher) BackgroundPathable
<byte[]> GetDataBuilderImpl.usingWatcher
(CuratorWatcher watcher) ModifierConstructorDescriptionRemoveWatchesBuilderImpl
(CuratorFrameworkImpl client, org.apache.zookeeper.Watcher watcher, CuratorWatcher curatorWatcher, org.apache.zookeeper.Watcher.WatcherType watcherType, boolean guaranteed, boolean local, boolean quietly, Backgrounding backgrounding) WatchesBuilderImpl
(CuratorFrameworkImpl client, org.apache.zookeeper.Watcher watcher, CuratorWatcher curatorWatcher, org.apache.zookeeper.Watcher.WatcherType watcherType, boolean guaranteed, boolean local, boolean quietly, Backgrounding backgrounding) Watching
(CuratorFrameworkImpl client, CuratorWatcher watcher) -
Uses of CuratorWatcher in org.apache.curator.x.async.api
Modifier and TypeMethodDescriptionAsyncRemoveWatchesBuilder.removing
(CuratorWatcher watcher) AsyncRemoveWatchesBuilder.removing
(CuratorWatcher watcher, Set<RemoveWatcherOption> options) AsyncRemoveWatchesBuilder.removing
(CuratorWatcher watcher, org.apache.zookeeper.Watcher.WatcherType watcherType) Remove a watcher of a given typeAsyncRemoveWatchesBuilder.removing
(CuratorWatcher watcher, org.apache.zookeeper.Watcher.WatcherType watcherType, Set<RemoveWatcherOption> options) Remove a watcher of a given type