Package | Description |
---|---|
com.basho.riak.client.api.commands.kv |
Commands for storing, fetching, and deleting objects.
|
Class and Description |
---|
DeleteValue
Command used to delete a value from Riak.
|
DeleteValue.Builder
Used to construct a DeleteValue command.
|
DeleteValue.Option |
FetchValue
Command used to fetch a value from Riak.
|
FetchValue.Builder
Used to construct a FetchValue command.
|
FetchValue.Option
Options for controlling how Riak performs the fetch operation.
|
FetchValue.Response
A response from Riak containing results from a FetchValue command.
|
ListKeys
Command used to list the keys in a bucket.
|
ListKeys.Builder
Used to construct a ListKeys command.
|
ListKeys.Response |
MultiFetch
Command used to fetch multiple values from Riak.
|
MultiFetch.Builder
Used to construct a MutiFetch command.
|
MultiFetch.Response
The response from Raik for a MultiFetch command.
|
StoreValue
Command used to store a value in Riak.
|
StoreValue.Builder
Used to construct a StoreValue command.
|
StoreValue.Option
Options For controlling how Riak performs the store operation.
|
StoreValue.Response |
UpdateValue
Perform an full cycle update of a Riak value: fetch, resolve, modify, store.
|
UpdateValue.Builder
Used to construct an UpdateValue command.
|
UpdateValue.Response |
UpdateValue.Update
An update on a Riak object
|
Copyright © 2014. All rights reserved.