| Package | Description |
|---|---|
| io.etcd.jetcd | |
| io.etcd.jetcd.op | |
| io.etcd.jetcd.options |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<DeleteResponse> |
KV.delete(ByteSequence key,
DeleteOption option)
delete a key or range with option.
|
| Modifier and Type | Method and Description |
|---|---|
static Op.DeleteOp |
Op.delete(ByteSequence key,
DeleteOption option) |
| Constructor and Description |
|---|
DeleteOp(com.google.protobuf.ByteString key,
DeleteOption option) |
| Modifier and Type | Field and Description |
|---|---|
static DeleteOption |
DeleteOption.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
DeleteOption |
DeleteOption.Builder.build() |
Copyright © 2021. All rights reserved.