@Value.Immutable public abstract class PutOptions extends Object implements ParamAdder
| Modifier and Type | Field and Description |
|---|---|
static PutOptions |
BLANK |
| Constructor and Description |
|---|
PutOptions() |
| Modifier and Type | Method and Description |
|---|---|
abstract Optional<String> |
getAcquire() |
abstract Optional<Long> |
getCas() |
abstract Optional<String> |
getDc() |
abstract Optional<String> |
getRelease() |
abstract Optional<String> |
getToken() |
Map<String,Object> |
toQuery() |
public static final PutOptions BLANK
public final Map<String,Object> toQuery()
toQuery in interface ParamAdderCopyright © 2019. All rights reserved.