Package | Description |
---|---|
com.basho.riak.client.api.commands.kv |
Commands for storing, fetching, and deleting objects.
|
Modifier and Type | Method and Description |
---|---|
<U> UpdateValue.Builder |
UpdateValue.Builder.withFetchOption(FetchValue.Option<U> option,
U value)
Add an option for the fetch phase of the update.
|
<U> UpdateValue.Builder |
UpdateValue.Builder.withStoreOption(StoreValue.Option<U> option,
U value)
Add an option for the store phase of the update.
|
UpdateValue.Builder |
UpdateValue.Builder.withTimeout(int timeout)
Set the Riak-side timeout value.
|
UpdateValue.Builder |
UpdateValue.Builder.withUpdate(UpdateValue.Update<?> update)
Supply the Update.
|
<T> UpdateValue.Builder |
UpdateValue.Builder.withUpdate(UpdateValue.Update<T> update,
com.fasterxml.jackson.core.type.TypeReference<T> typeReference)
Supply the Update with a TypeReference.
|
Copyright © 2016. All rights reserved.