| Package | Description |
|---|---|
| io.etcd.jetcd.options |
| Modifier and Type | Method and Description |
|---|---|
static DeleteOption.Builder |
DeleteOption.newBuilder() |
DeleteOption.Builder |
DeleteOption.Builder.withPrefix(ByteSequence prefix)
Enables 'Delete' requests to delete all the keys with matching prefix.
|
DeleteOption.Builder |
DeleteOption.Builder.withPrevKV(boolean prevKV)
Get the previous key/value pairs before deleting them.
|
DeleteOption.Builder |
DeleteOption.Builder.withRange(ByteSequence endKey)
Set the end key of the delete request.
|
Copyright © 2020. All rights reserved.