public final class DeleteOption extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeleteOption.Builder |
| Modifier and Type | Field and Description |
|---|---|
static DeleteOption |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
Optional<ByteSequence> |
getEndKey() |
boolean |
isPrefix() |
boolean |
isPrevKV()
Whether to get the previous key/value pairs before deleting them.
|
static DeleteOption.Builder |
newBuilder() |
public static final DeleteOption DEFAULT
public static DeleteOption.Builder newBuilder()
public Optional<ByteSequence> getEndKey()
public boolean isPrevKV()
public boolean isPrefix()
Copyright © 2021. All rights reserved.