Package org.apache.curator.framework.api
Interface RemoveWatchesLocal
- All Superinterfaces:
Backgroundable<ErrorListenerPathable<Void>>
,BackgroundPathable<Void>
,BackgroundPathableQuietlyable<Void>
,Pathable<Void>
,Quietly<BackgroundPathable<Void>>
- All Known Subinterfaces:
RemoveWatchesType
- All Known Implementing Classes:
RemoveWatchesBuilderImpl
,WatchesBuilderImpl
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 TypeMethodDescriptionlocally()
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 Details
-
locally
BackgroundPathableQuietlyable<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:
-