Uses of Interface
org.apache.curator.framework.api.RemoveWatchesType
Packages that use RemoveWatchesType
-
Uses of RemoveWatchesType in org.apache.curator.framework.api
Methods in org.apache.curator.framework.api that return RemoveWatchesTypeModifier and TypeMethodDescriptionRemoveWatchesBuilder.remove(CuratorWatcher watcher) Specify the watcher to be removedRemoveWatchesBuilder.remove(org.apache.zookeeper.Watcher watcher) Specify the watcher to be removedRemoveWatchesBuilder.removeAll()Specify that all watches should be removed -
Uses of RemoveWatchesType in org.apache.curator.framework.imps
Classes in org.apache.curator.framework.imps that implement RemoveWatchesTypeMethods in org.apache.curator.framework.imps that return RemoveWatchesTypeModifier and TypeMethodDescriptionRemoveWatchesBuilderImpl.remove(CuratorWatcher watcher) RemoveWatchesBuilderImpl.remove(org.apache.zookeeper.Watcher watcher) RemoveWatchesBuilderImpl.removeAll()