| Package | Description |
|---|---|
| io.etcd.jetcd | |
| io.etcd.jetcd.kv |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<PutResponse> |
KV.put(ByteSequence key,
ByteSequence value)
put a key-value pair into etcd.
|
CompletableFuture<PutResponse> |
KV.put(ByteSequence key,
ByteSequence value,
PutOption option)
put a key-value pair into etcd with option.
|
| Modifier and Type | Method and Description |
|---|---|
List<PutResponse> |
TxnResponse.getPutResponses()
returns a list of PutResponse; empty list if none.
|
Copyright © 2020. All rights reserved.