Package | Description |
---|---|
org.apache.zookeeper | |
org.apache.zookeeper.client |
Modifier and Type | Method | Description |
---|---|---|
static Watcher.Event.KeeperState |
Watcher.Event.KeeperState.fromInt(int intValue) |
|
Watcher.Event.KeeperState |
WatchedEvent.getState() |
|
static Watcher.Event.KeeperState |
Watcher.Event.KeeperState.valueOf(java.lang.String name) |
Returns 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.
|
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.
|
Constructor | Description |
---|---|
WatchedEvent(Watcher.Event.EventType eventType,
Watcher.Event.KeeperState keeperState,
java.lang.String path) |
Create a WatchedEvent with specified type, state and path
|
Modifier and Type | Method | Description |
---|---|---|
Watcher.Event.KeeperState |
ZooKeeperSaslClient.getKeeperState() |
Copyright © 2018 The Apache Software Foundation