Package | Description |
---|---|
com.basho.riak.client.api.commands.kv |
Commands for storing, fetching, and deleting objects.
|
Modifier and Type | Method and Description |
---|---|
static <T> UpdateValue.Update<T> |
UpdateValue.Update.clobberUpdate(T newValue)
Returns an Update that replaces whatever is in Riak.
|
static <T> UpdateValue.Update<T> |
UpdateValue.Update.noopUpdate()
Returns a no-op Update instance.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.