Package org.apache.curator.framework.api
Interface RemoveWatchesLocal
-
- All Superinterfaces:
Backgroundable<ErrorListenerPathable<java.lang.Void>>,BackgroundPathable<java.lang.Void>,BackgroundPathableQuietlyable<java.lang.Void>,Pathable<java.lang.Void>,Quietly<BackgroundPathable<java.lang.Void>>
- All Known Subinterfaces:
RemoveWatchesType
- All Known Implementing Classes:
RemoveWatchesBuilderImpl,WatchesBuilderImpl
public interface RemoveWatchesLocal extends 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 BackgroundPathableQuietlyable<java.lang.Void>locally()Specify if the client should just remove client side watches if a connection to ZK is not available.-
Methods inherited from interface org.apache.curator.framework.api.Backgroundable
inBackground, inBackground, inBackground, inBackground, inBackground, inBackground
-
-
-
-
Method Detail
-
locally
BackgroundPathableQuietlyable<java.lang.Void> locally()
Specify if the client should just remove client side watches if a connection to ZK is not available. Note that the standard Curator retry loop will not be used in t- Returns:
-
-