Uses of Interface
org.apache.curator.framework.api.RemoveWatchesLocal
-
Packages that use RemoveWatchesLocal Package Description org.apache.curator.framework.api org.apache.curator.framework.imps -
-
Uses of RemoveWatchesLocal in org.apache.curator.framework.api
Subinterfaces of RemoveWatchesLocal in org.apache.curator.framework.api Modifier and Type Interface Description interfaceRemoveWatchesTypeBuilder to allow the specification of whether it is acceptable to remove client side watch information in the case where ZK cannot be contacted.Methods in org.apache.curator.framework.api that return RemoveWatchesLocal Modifier and Type Method Description RemoveWatchesLocalRemoveWatchesType. ofType(org.apache.zookeeper.Watcher.WatcherType watcherType)Specify the type of watcher to be removed. -
Uses of RemoveWatchesLocal in org.apache.curator.framework.imps
Classes in org.apache.curator.framework.imps that implement RemoveWatchesLocal Modifier and Type Class Description classRemoveWatchesBuilderImplMethods in org.apache.curator.framework.imps that return RemoveWatchesLocal Modifier and Type Method Description RemoveWatchesLocalRemoveWatchesBuilderImpl. guaranteed()RemoveWatchesLocalRemoveWatchesBuilderImpl. ofType(org.apache.zookeeper.Watcher.WatcherType watcherType)
-