Package | Description |
---|---|
com.basho.riak.client.api.commands.kv |
Commands for storing, fetching, and deleting objects.
|
Modifier and Type | Method and Description |
---|---|
protected DeleteValue.Builder |
MultiDelete.createBaseBuilderType(Location location) |
<T> DeleteValue.Builder |
DeleteValue.Builder.withOption(DeleteValue.Option<T> option,
T value)
Add a delete option.
|
DeleteValue.Builder |
DeleteValue.Builder.withTimeout(int timeout)
Set the Riak-side timeout value.
|
DeleteValue.Builder |
DeleteValue.Builder.withVClock(VClock vClock)
Specify the VClock to use when deleting the object from Riak.
|
Constructor and Description |
---|
DeleteValue(DeleteValue.Builder builder) |
Copyright © 2016. All rights reserved.