See: Description
| Class | Description |
|---|---|
| CoveragePlan |
Command used to retrieve a coverage plan from Riak.
|
| CoveragePlan.Builder |
Used to construct a CoveragePlan command.
|
| CoveragePlan.Response | |
| 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.
|
| FetchValue.Response.Init<T extends FetchValue.Response.Init<T>> | |
| FullBucketRead |
Command used to retrieve all values from Riak bucket.
|
| FullBucketRead.Builder |
Builder used to construct a FullBucketRead command.
|
| FullBucketRead.Response | |
| FullBucketRead.Response.Entry | |
| KvBuilderBase<ConstructedType> | |
| ListKeys |
Command used to list the keys in a bucket.
|
| ListKeys.Builder |
Used to construct a ListKeys command.
|
| ListKeys.Response | |
| MultiDelete |
Command used to delete multiple values from Riak.
|
| MultiDelete.Builder |
Used to construct a MultiDelete command.
|
| MultiDelete.Response | |
| MultiFetch |
Command used to fetch multiple values from Riak.
|
| MultiFetch.Builder |
Used to construct a MutiFetch command.
|
| MultiFetch.Response |
The response from Riak 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 | |
| StoreValue.Response.Init<T extends StoreValue.Response.Init<T>> | |
| 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.Response.Init<T extends UpdateValue.Response.Init<T>> | |
| UpdateValue.Update<T> |
An update on a Riak object
|
Copyright © 2016. All rights reserved.