| Package | Description |
|---|---|
| com.basho.riak.client.api.commands.datatypes |
Commands for manipulating CRDTs in Riak.
|
| com.basho.riak.client.api.commands.kv |
Commands for storing, fetching, and deleting objects.
|
| com.basho.riak.client.api.commands.search |
Commands used for Riak search.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
FetchDatatype.Option<T>
Tuning parameters for all datatype fetch commands.
|
static class |
UpdateDatatype.Option<T>
Tuning parameters for all datatype fetch commands.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
DeleteValue.Option<T> |
static class |
FetchValue.Option<T>
Options for controlling how Riak performs the fetch operation.
|
static class |
StoreValue.Option<T>
Options For controlling how Riak performs the store operation.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<RiakOption<?>,Object> |
KvBuilderBase.options |
| Modifier and Type | Method and Description |
|---|---|
protected void |
KvBuilderBase.addOption(RiakOption<?> option,
Object value)
Add an optional setting for this command.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Search.Option<T> |
Copyright © 2016. All rights reserved.