public interface ClientWatchManager
Modifier and Type | Method and Description |
---|---|
Set<Watcher> |
materialize(Watcher.Event.KeeperState state,
Watcher.Event.EventType type,
String path)
Return a set of watchers that should be notified of the event.
|
Set<Watcher> materialize(Watcher.Event.KeeperState state, Watcher.Event.EventType type, String path)
state
- event statetype
- event typepath
- event pathCopyright © 2008–2021 The Apache Software Foundation. All rights reserved.