Uses of Class
org.apache.zookeeper.Watcher.Event.EventType
-
Packages that use Watcher.Event.EventType Package Description org.apache.zookeeper -
-
Uses of Watcher.Event.EventType in org.apache.zookeeper
Methods in org.apache.zookeeper that return Watcher.Event.EventType Modifier and Type Method Description static Watcher.Event.EventType
Watcher.Event.EventType. fromInt(int intValue)
Watcher.Event.EventType
WatchedEvent. getType()
static Watcher.Event.EventType
Watcher.Event.EventType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Watcher.Event.EventType[]
Watcher.Event.EventType. 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.EventType Modifier and Type Method Description java.util.Set<Watcher>
ClientWatchManager. materialize(Watcher.Event.KeeperState state, Watcher.Event.EventType type, java.lang.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.EventType Constructor Description WatchedEvent(Watcher.Event.EventType eventType, Watcher.Event.KeeperState keeperState, java.lang.String path)
Create a WatchedEvent with specified type, state and path
-