| Package | Description |
|---|---|
| io.etcd.jetcd | |
| io.etcd.jetcd.kv |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<GetResponse> |
KV.get(ByteSequence key)
retrieve value for the given key.
|
CompletableFuture<GetResponse> |
KV.get(ByteSequence key,
GetOption option)
retrieve keys with GetOption.
|
| Modifier and Type | Method and Description |
|---|---|
List<GetResponse> |
TxnResponse.getGetResponses()
returns a list of GetResponse; empty list if none.
|
Copyright © 2020. All rights reserved.