Uses of Enum
org.apache.zookeeper.Watcher.Event.KeeperState
Packages that use Watcher.Event.KeeperState
-
Uses of Watcher.Event.KeeperState in org.apache.zookeeper
Methods in org.apache.zookeeper that return Watcher.Event.KeeperStateModifier and TypeMethodDescriptionstatic Watcher.Event.KeeperStateWatcher.Event.KeeperState.fromInt(int intValue) WatchedEvent.getState()static Watcher.Event.KeeperStateReturns the enum constant of this type with the specified name.static Watcher.Event.KeeperState[]Watcher.Event.KeeperState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.zookeeper with parameters of type Watcher.Event.KeeperStateModifier and TypeMethodDescriptionClientWatchManager.materialize(Watcher.Event.KeeperState state, Watcher.Event.EventType type, String path) Return a set of watchers that should be notified of the event.Constructors in org.apache.zookeeper with parameters of type Watcher.Event.KeeperStateModifierConstructorDescriptionWatchedEvent(Watcher.Event.EventType eventType, Watcher.Event.KeeperState keeperState, String path) Create a WatchedEvent with specified type, state and path -
Uses of Watcher.Event.KeeperState in org.apache.zookeeper.client
Methods in org.apache.zookeeper.client that return Watcher.Event.KeeperState