| Package | Description |
|---|---|
| io.etcd.jetcd.kv | |
| io.etcd.jetcd.watch |
| Modifier and Type | Method and Description |
|---|---|
KeyValue |
PutResponse.getPrevKv()
return previous key-value pair.
|
| Modifier and Type | Method and Description |
|---|---|
List<KeyValue> |
GetResponse.getKvs()
return a list of key-value pairs matched by the range request.
|
List<KeyValue> |
DeleteResponse.getPrevKvs()
return previous key-value pairs.
|
| Modifier and Type | Method and Description |
|---|---|
KeyValue |
WatchEvent.getKeyValue() |
KeyValue |
WatchEvent.getPrevKV() |
| Constructor and Description |
|---|
WatchEvent(KeyValue keyValue,
KeyValue prevKV,
WatchEvent.EventType eventType) |
Copyright © 2019. All rights reserved.