| Package | Description |
|---|---|
| io.etcd.jetcd.watch |
| Modifier and Type | Method and Description |
|---|---|
WatchEvent.EventType |
WatchEvent.getEventType() |
static WatchEvent.EventType |
WatchEvent.EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WatchEvent.EventType[] |
WatchEvent.EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
WatchEvent(KeyValue keyValue,
KeyValue prevKV,
WatchEvent.EventType eventType) |
Copyright © 2020. All rights reserved.