| Package | Description |
|---|---|
| io.etcd.jetcd | |
| io.etcd.jetcd.kv |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<DeleteResponse> |
KV.delete(ByteSequence key)
delete a key.
|
CompletableFuture<DeleteResponse> |
KV.delete(ByteSequence key,
DeleteOption option)
delete a key or range with option.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeleteResponse> |
TxnResponse.getDeleteResponses() |
Copyright © 2021. All rights reserved.