Package io.etcd.jetcd.options
Class DeleteOption
java.lang.Object
io.etcd.jetcd.options.DeleteOption
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic DeleteOption.Builderbuilder()booleanisPrefix()booleanisPrevKV()Whether to get the previous key/value pairs before deleting them.static DeleteOption.BuilderDeprecated.
-
Field Details
-
DEFAULT
-
-
Method Details
-
getEndKey
-
isPrevKV
public boolean isPrevKV()Whether to get the previous key/value pairs before deleting them.- Returns:
- true if get the previous key/value pairs before deleting them, otherwise false.
-
isPrefix
public boolean isPrefix() -
newBuilder
Deprecated.usebuilder()Returns the builder.- Returns:
- the builder
-
builder
-
builder()