Package | Description |
---|---|
org.apache.zookeeper.server.watch |
Modifier and Type | Method and Description |
---|---|
WatcherOrBitSet |
IWatchManager.triggerWatch(String path,
Watcher.Event.EventType type)
Distribute the watch event for the given path.
|
WatcherOrBitSet |
WatchManagerOptimized.triggerWatch(String path,
Watcher.Event.EventType type) |
WatcherOrBitSet |
WatchManager.triggerWatch(String path,
Watcher.Event.EventType type) |
WatcherOrBitSet |
IWatchManager.triggerWatch(String path,
Watcher.Event.EventType type,
WatcherOrBitSet suppress)
Distribute the watch event for the given path, but ignore those
suppressed ones.
|
WatcherOrBitSet |
WatchManagerOptimized.triggerWatch(String path,
Watcher.Event.EventType type,
WatcherOrBitSet suppress) |
WatcherOrBitSet |
WatchManager.triggerWatch(String path,
Watcher.Event.EventType type,
WatcherOrBitSet supress) |
Modifier and Type | Method and Description |
---|---|
WatcherOrBitSet |
IWatchManager.triggerWatch(String path,
Watcher.Event.EventType type,
WatcherOrBitSet suppress)
Distribute the watch event for the given path, but ignore those
suppressed ones.
|
WatcherOrBitSet |
WatchManagerOptimized.triggerWatch(String path,
Watcher.Event.EventType type,
WatcherOrBitSet suppress) |
WatcherOrBitSet |
WatchManager.triggerWatch(String path,
Watcher.Event.EventType type,
WatcherOrBitSet supress) |
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.