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, List<ACL> acl) Distribute the watch event for the given path.IWatchManager.triggerWatch
(String path, Watcher.Event.EventType type, long zxid, List<ACL> acl, 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, List<ACL> acl) WatchManager.triggerWatch
(String path, Watcher.Event.EventType type, long zxid, List<ACL> acl, WatcherOrBitSet supress) WatchManagerOptimized.triggerWatch
(String path, Watcher.Event.EventType type, long zxid, List<ACL> acl) WatchManagerOptimized.triggerWatch
(String path, Watcher.Event.EventType type, long zxid, List<ACL> acl, 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, List<ACL> acl, 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, List<ACL> acl, WatcherOrBitSet supress) WatchManagerOptimized.triggerWatch
(String path, Watcher.Event.EventType type, long zxid, List<ACL> acl, WatcherOrBitSet suppress)