Package | Description |
---|---|
com.basho.riak.client.api.commands.kv |
Commands for storing, fetching, and deleting objects.
|
Class and 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 |
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.
|
FetchValue.Response.Init |
FullBucketRead
Command used to retrieve all values from Riak bucket.
|
FullBucketRead.Builder
Builder used to construct a FullBucketRead command.
|
FullBucketRead.Response.Entry |
KvBuilderBase |
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
Options For controlling how Riak performs the store operation.
|
StoreValue.Response |
StoreValue.Response.Init |
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 |
UpdateValue.Update
An update on a Riak object
|
Copyright © 2016. All rights reserved.