| Package | Description |
|---|---|
| io.etcd.jetcd.election | |
| io.etcd.jetcd.kv | |
| io.etcd.jetcd.watch |
| Modifier and Type | Method and Description |
|---|---|
KeyValue |
LeaderResponse.getKv() |
| Modifier and Type | Method and Description |
|---|---|
KeyValue |
PutResponse.getPrevKv() |
| Modifier and Type | Method and Description |
|---|---|
List<KeyValue> |
GetResponse.getKvs() |
List<KeyValue> |
DeleteResponse.getPrevKvs() |
| Modifier and Type | Method and Description |
|---|---|
KeyValue |
WatchEvent.getKeyValue() |
KeyValue |
WatchEvent.getPrevKV() |
| Constructor and Description |
|---|
WatchEvent(KeyValue keyValue,
KeyValue prevKV,
WatchEvent.EventType eventType) |
Copyright © 2021. All rights reserved.