Package org.apache.curator.framework
Interface WatcherRemoveCuratorFramework
-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable,CuratorFramework
public interface WatcherRemoveCuratorFramework extends CuratorFramework
A CuratorFramework facade that tracks watchers created and allows a one-shot removal of all watchers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidremoveWatchers()Remove all outstanding watchers that have been set-
Methods 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, inTransaction, isStarted, newNamespaceAwareEnsurePath, newWatcherRemoveCuratorFramework, nonNamespaceView, postSafeNotify, reconfig, runSafe, setACL, setData, start, sync, sync, transaction, transactionOp, usingNamespace, watchers, watches
-
-