Package org.apache.zookeeper
Class WatchedEvent
java.lang.Object
org.apache.zookeeper.WatchedEvent
A WatchedEvent represents a change on the ZooKeeper that a Watcher
is able to respond to. The WatchedEvent includes exactly what happened,
the current state of the ZooKeeper, and the path of the znode that
was involved in the event.
-
Constructor Summary
ConstructorsConstructorDescriptionWatchedEvent
(WatcherEvent eventMessage) Convert a WatcherEvent sent over the wire into a full-fledged WatcherEventWatchedEvent
(Watcher.Event.EventType eventType, Watcher.Event.KeeperState keeperState, String path) Create a WatchedEvent with specified type, state and path -
Method Summary
-
Constructor Details
-
WatchedEvent
public WatchedEvent(Watcher.Event.EventType eventType, Watcher.Event.KeeperState keeperState, String path) Create a WatchedEvent with specified type, state and path -
WatchedEvent
Convert a WatcherEvent sent over the wire into a full-fledged WatcherEvent
-
-
Method Details