See: Description
| Class | Description |
|---|---|
| DeleteValue |
Command used to delete a value from Riak.
|
| DeleteValue.Builder |
Used to construct a DeleteValue command.
|
| DeleteValue.Option<T> | |
| FetchValue |
Command used to fetch a value from Riak.
|
| FetchValue.Builder |
Used to construct a FetchValue command.
|
| FetchValue.Option<T> |
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<T> |
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<T> |
An update on a Riak object
|
Copyright © 2015. All rights reserved.