Package org.apache.curator.framework
Interface WatcherRemoveCuratorFramework
- All Superinterfaces:
AutoCloseable
,Closeable
,CuratorFramework
A CuratorFramework facade that tracks watchers created and allows a one-shot removal of all watchers
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Remove all outstanding watchers that have been setMethods inherited from interface org.apache.curator.framework.CuratorFramework
blockUntilConnected, blockUntilConnected, checkExists, clearWatcherReferences, close, create, createContainers, delete, getACL, getChildren, getConfig, getConnectionStateErrorPolicy, getConnectionStateListenable, getCuratorListenable, getCurrentConfig, getData, getNamespace, getSchemaSet, getState, getUnhandledErrorListenable, getZookeeperClient, getZookeeperCompatibility, inTransaction, isStarted, newNamespaceAwareEnsurePath, newWatcherRemoveCuratorFramework, nonNamespaceView, postSafeNotify, reconfig, runSafe, setACL, setData, start, sync, sync, transaction, transactionOp, usingNamespace, watchers, watches
-
Method Details
-
removeWatchers
void removeWatchers()Remove all outstanding watchers that have been set
-