Uses of Enum Class
org.apache.zookeeper.AddWatchMode
Packages that use AddWatchMode
-
Uses of AddWatchMode in org.apache.zookeeper
Methods in org.apache.zookeeper that return AddWatchModeModifier and TypeMethodDescriptionstatic AddWatchMode
Returns the enum constant of this class with the specified name.static AddWatchMode[]
AddWatchMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.zookeeper with parameters of type AddWatchModeModifier and TypeMethodDescriptionvoid
ZooKeeper.addWatch
(String basePath, AddWatchMode mode) Add a watch to the given znode using the given mode.void
ZooKeeper.addWatch
(String basePath, AddWatchMode mode, AsyncCallback.VoidCallback cb, Object ctx) Async version ofZooKeeper.addWatch(String, AddWatchMode)
(see it for details)void
ZooKeeper.addWatch
(String basePath, Watcher watcher, AddWatchMode mode) Add a watch to the given znode using the given mode.void
ZooKeeper.addWatch
(String basePath, Watcher watcher, AddWatchMode mode, AsyncCallback.VoidCallback cb, Object ctx) Async version ofZooKeeper.addWatch(String, Watcher, AddWatchMode)
(see it for details)