Uses of Class
org.apache.zookeeper.server.watch.WatcherOrBitSet
- 
Packages that use WatcherOrBitSet Package Description org.apache.zookeeper.server.watch 
- 
- 
Uses of WatcherOrBitSet in org.apache.zookeeper.server.watchMethods in org.apache.zookeeper.server.watch that return WatcherOrBitSet Modifier and Type Method Description WatcherOrBitSetIWatchManager. triggerWatch(String path, Watcher.Event.EventType type, long zxid)Distribute the watch event for the given path.WatcherOrBitSetIWatchManager. triggerWatch(String path, Watcher.Event.EventType type, long zxid, WatcherOrBitSet suppress)Distribute the watch event for the given path, but ignore those suppressed ones.WatcherOrBitSetWatchManager. triggerWatch(String path, Watcher.Event.EventType type, long zxid)WatcherOrBitSetWatchManager. triggerWatch(String path, Watcher.Event.EventType type, long zxid, WatcherOrBitSet supress)WatcherOrBitSetWatchManagerOptimized. triggerWatch(String path, Watcher.Event.EventType type, long zxid)WatcherOrBitSetWatchManagerOptimized. triggerWatch(String path, Watcher.Event.EventType type, long zxid, WatcherOrBitSet suppress)Methods in org.apache.zookeeper.server.watch with parameters of type WatcherOrBitSet Modifier and Type Method Description WatcherOrBitSetIWatchManager. triggerWatch(String path, Watcher.Event.EventType type, long zxid, WatcherOrBitSet suppress)Distribute the watch event for the given path, but ignore those suppressed ones.WatcherOrBitSetWatchManager. triggerWatch(String path, Watcher.Event.EventType type, long zxid, WatcherOrBitSet supress)WatcherOrBitSetWatchManagerOptimized. triggerWatch(String path, Watcher.Event.EventType type, long zxid, WatcherOrBitSet suppress)
 
-