Package | Description |
---|---|
com.basho.riak.client.api.commands.kv |
Commands for storing, fetching, and deleting objects.
|
Modifier and Type | Method and Description |
---|---|
StoreValue.Builder |
StoreValue.Builder.withLocation(Location location)
Set the location to store the object.
|
StoreValue.Builder |
StoreValue.Builder.withNamespace(Namespace namespace)
Set the namespace to store the object.
|
<T> StoreValue.Builder |
StoreValue.Builder.withOption(StoreValue.Option<T> option,
T value)
Add an optional setting for this command.
|
StoreValue.Builder |
StoreValue.Builder.withTimeout(int timeout)
Set the Riak-side timeout value.
|
StoreValue.Builder |
StoreValue.Builder.withVectorClock(VClock vclock)
Set the vector clock.
|
Copyright © 2016. All rights reserved.