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 WatcherMode
WatcherMode.fromZooDef
(int mode) static WatcherMode
Returns 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 TypeMethodDescriptiondefault boolean
IWatchManager.addWatch
(String path, Watcher watcher, WatcherMode watcherMode) Add watch to specific path.boolean
WatchManager.addWatch
(String path, Watcher watcher, WatcherMode watcherMode)