Uses of Interface
org.apache.curator.framework.api.CuratorWatcher
-
Packages that use CuratorWatcher Package Description org.apache.curator.framework.api org.apache.curator.framework.imps -
-
Uses of CuratorWatcher in org.apache.curator.framework.api
Methods in org.apache.curator.framework.api with parameters of type CuratorWatcher Modifier and Type Method Description RemoveWatchesTypeRemoveWatchesBuilder. remove(CuratorWatcher watcher)Specify the watcher to be removedTWatchable. usingWatcher(CuratorWatcher watcher)Set a watcher for the operation -
Uses of CuratorWatcher in org.apache.curator.framework.imps
Classes in org.apache.curator.framework.imps that implement CuratorWatcher Modifier and Type Class Description classEnsembleTrackerMethods in org.apache.curator.framework.imps with parameters of type CuratorWatcher Modifier and Type Method Description RemoveWatchesTypeRemoveWatchesBuilderImpl. remove(CuratorWatcher watcher)BackgroundPathable<org.apache.zookeeper.data.Stat>ExistsBuilderImpl. usingWatcher(CuratorWatcher watcher)BackgroundPathable<java.util.List<java.lang.String>>GetChildrenBuilderImpl. usingWatcher(CuratorWatcher watcher)BackgroundEnsembleable<byte[]>GetConfigBuilderImpl. usingWatcher(CuratorWatcher watcher)BackgroundPathable<byte[]>GetDataBuilderImpl. usingWatcher(CuratorWatcher watcher)Constructors in org.apache.curator.framework.imps with parameters of type CuratorWatcher Constructor Description RemoveWatchesBuilderImpl(CuratorFrameworkImpl client, org.apache.zookeeper.Watcher watcher, CuratorWatcher curatorWatcher, org.apache.zookeeper.Watcher.WatcherType watcherType, boolean guaranteed, boolean local, boolean quietly, Backgrounding backgrounding)
-