Uses of Interface
org.apache.curator.framework.api.RemoveWatchesType
-
Packages that use RemoveWatchesType Package Description org.apache.curator.framework.api org.apache.curator.framework.imps -
-
Uses of RemoveWatchesType in org.apache.curator.framework.api
Methods in org.apache.curator.framework.api that return RemoveWatchesType Modifier and Type Method Description RemoveWatchesTypeRemoveWatchesBuilder. remove(CuratorWatcher watcher)Specify the watcher to be removedRemoveWatchesTypeRemoveWatchesBuilder. remove(org.apache.zookeeper.Watcher watcher)Specify the watcher to be removedRemoveWatchesTypeRemoveWatchesBuilder. 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 RemoveWatchesType Modifier and Type Class Description classRemoveWatchesBuilderImplclassWatchesBuilderImplMethods in org.apache.curator.framework.imps that return RemoveWatchesType Modifier and Type Method Description RemoveWatchesTypeRemoveWatchesBuilderImpl. remove(CuratorWatcher watcher)RemoveWatchesTypeRemoveWatchesBuilderImpl. remove(org.apache.zookeeper.Watcher watcher)RemoveWatchesTypeRemoveWatchesBuilderImpl. removeAll()
-