Package org.apache.curator.framework.api
Interface RemoveWatchesType
-
- All Superinterfaces:
Backgroundable<ErrorListenerPathable<java.lang.Void>>,BackgroundPathable<java.lang.Void>,BackgroundPathableQuietlyable<java.lang.Void>,Guaranteeable<BackgroundPathableQuietlyable<java.lang.Void>>,Pathable<java.lang.Void>,Quietly<BackgroundPathable<java.lang.Void>>,RemoveWatchesLocal
- All Known Implementing Classes:
RemoveWatchesBuilderImpl
public interface RemoveWatchesType extends RemoveWatchesLocal, Guaranteeable<BackgroundPathableQuietlyable<java.lang.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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoveWatchesLocalofType(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, inBackground
-
Methods inherited from interface org.apache.curator.framework.api.Guaranteeable
guaranteed
-
Methods inherited from interface org.apache.curator.framework.api.RemoveWatchesLocal
locally
-
-
-
-
Method Detail
-
ofType
RemoveWatchesLocal ofType(org.apache.zookeeper.Watcher.WatcherType watcherType)
Specify the type of watcher to be removed.- Parameters:
watcherType-- Returns:
-
-