Uses of Class
org.apache.zookeeper.server.watch.WatcherOrBitSet
Packages that use WatcherOrBitSet
-
Uses of WatcherOrBitSet in org.apache.zookeeper.server.watch
Methods in org.apache.zookeeper.server.watch that return WatcherOrBitSetModifier and TypeMethodDescriptionIWatchManager.triggerWatch
(String path, Watcher.Event.EventType type, long zxid) Distribute the watch event for the given path.IWatchManager.triggerWatch
(String path, Watcher.Event.EventType type, long zxid, WatcherOrBitSet suppress) Distribute the watch event for the given path, but ignore those suppressed ones.WatchManager.triggerWatch
(String path, Watcher.Event.EventType type, long zxid) WatchManager.triggerWatch
(String path, Watcher.Event.EventType type, long zxid, WatcherOrBitSet supress) WatchManagerOptimized.triggerWatch
(String path, Watcher.Event.EventType type, long zxid) WatchManagerOptimized.triggerWatch
(String path, Watcher.Event.EventType type, long zxid, WatcherOrBitSet suppress) Methods in org.apache.zookeeper.server.watch with parameters of type WatcherOrBitSetModifier and TypeMethodDescriptionIWatchManager.triggerWatch
(String path, Watcher.Event.EventType type, long zxid, WatcherOrBitSet suppress) Distribute the watch event for the given path, but ignore those suppressed ones.WatchManager.triggerWatch
(String path, Watcher.Event.EventType type, long zxid, WatcherOrBitSet supress) WatchManagerOptimized.triggerWatch
(String path, Watcher.Event.EventType type, long zxid, WatcherOrBitSet suppress)