| Package | Description |
|---|---|
| org.apache.zookeeper |
| Modifier and Type | Method and Description |
|---|---|
static Watcher.Event.EventType |
Watcher.Event.EventType.fromInt(int intValue) |
Watcher.Event.EventType |
WatchedEvent.getType() |
static Watcher.Event.EventType |
Watcher.Event.EventType.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Watcher.Event.EventType,Set<Watcher>> |
WatchDeregistration.unregister(int rc)
Unregistering watcher that was added on path.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Watcher> |
ClientWatchManager.materialize(Watcher.Event.KeeperState state,
Watcher.Event.EventType type,
String path)
Return a set of watchers that should be notified of the event.
|
| Constructor and Description |
|---|
WatchedEvent(Watcher.Event.EventType eventType,
Watcher.Event.KeeperState keeperState,
String path)
Create a WatchedEvent with specified type, state and path
|
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.