Package org.apache.curator.framework.api
Interface RemoveWatchesType
- All Superinterfaces:
Backgroundable<ErrorListenerPathable<Void>>,BackgroundPathable<Void>,BackgroundPathableQuietlyable<Void>,Guaranteeable<BackgroundPathableQuietlyable<Void>>,Pathable<Void>,Quietly<BackgroundPathable<Void>>,RemoveWatchesLocal
- All Known Implementing Classes:
RemoveWatchesBuilderImpl,WatchesBuilderImpl
public interface RemoveWatchesType
extends RemoveWatchesLocal, Guaranteeable<BackgroundPathableQuietlyable<Void>>
Builder to allow the specification of whether it is acceptable to remove client side watch information
in the case where ZK cannot be contacted.
-
Method Summary
Modifier and TypeMethodDescriptionofType(org.apache.zookeeper.Watcher.WatcherType watcherType) Specify the type of watcher to be removed.Methods inherited from interface org.apache.curator.framework.api.Backgroundable
inBackground, inBackground, inBackground, inBackground, inBackground, inBackgroundMethods inherited from interface org.apache.curator.framework.api.Guaranteeable
guaranteedMethods inherited from interface org.apache.curator.framework.api.RemoveWatchesLocal
locally
-
Method Details
-
ofType
Specify the type of watcher to be removed.- Parameters:
watcherType-- Returns:
-