Uses of Interface
org.apache.curator.framework.api.RemoveWatchesBuilder
-
Packages that use RemoveWatchesBuilder Package Description org.apache.curator.framework org.apache.curator.framework.api org.apache.curator.framework.imps -
-
Uses of RemoveWatchesBuilder in org.apache.curator.framework
Methods in org.apache.curator.framework that return RemoveWatchesBuilder Modifier and Type Method Description RemoveWatchesBuilderCuratorFramework. watches()Deprecated.useCuratorFramework.watchers()in ZooKeeper 3.6+ -
Uses of RemoveWatchesBuilder in org.apache.curator.framework.api
Subinterfaces of RemoveWatchesBuilder in org.apache.curator.framework.api Modifier and Type Interface Description interfaceWatchesBuilderBuilder to allow watches to be removed -
Uses of RemoveWatchesBuilder in org.apache.curator.framework.imps
Classes in org.apache.curator.framework.imps that implement RemoveWatchesBuilder Modifier and Type Class Description classRemoveWatchesBuilderImplclassWatchesBuilderImplMethods in org.apache.curator.framework.imps that return RemoveWatchesBuilder Modifier and Type Method Description RemoveWatchesBuilderCuratorFrameworkImpl. watches()
-