Uses of Enum
org.apache.zookeeper.server.watch.WatcherMode
Packages that use WatcherMode
-
Uses of WatcherMode in org.apache.zookeeper.server.watch
Fields in org.apache.zookeeper.server.watch declared as WatcherModeMethods in org.apache.zookeeper.server.watch that return WatcherModeModifier and TypeMethodDescriptionstatic WatcherModeWatcherMode.fromZooDef(int mode) static WatcherModeReturns the enum constant of this type with the specified name.static WatcherMode[]WatcherMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.zookeeper.server.watch with parameters of type WatcherModeModifier and TypeMethodDescriptionWatchStats.addMode(WatcherMode mode) Compute stats after given mode attached to node.default booleanIWatchManager.addWatch(String path, Watcher watcher, WatcherMode watcherMode) Add watch to specific path.booleanWatchManager.addWatch(String path, Watcher watcher, WatcherMode watcherMode) default booleanIWatchManager.containsWatcher(String path, Watcher watcher, WatcherMode watcherMode) Checks the specified watcher exists for the given path and mode.booleanWatchManager.containsWatcher(String path, Watcher watcher, WatcherMode watcherMode) booleanWatchStats.hasMode(WatcherMode mode) Check whether given mode is attached to this node.WatchStats.removeMode(WatcherMode mode) Compute stats after given mode removed from node.default booleanIWatchManager.removeWatcher(String path, Watcher watcher, WatcherMode watcherMode) Removes the specified watcher for the given path and mode.booleanWatchManager.removeWatcher(String path, Watcher watcher, WatcherMode watcherMode)