Package | Description |
---|---|
com.basho.riak.client.api |
Contains the main RiakClient used to query Riak.
|
com.basho.riak.client.api.commands.buckets |
Commands used to query and modify buckets in Riak.
|
com.basho.riak.client.api.commands.indexes |
Commands for performing secondary index (2i) queries in Riak.
|
com.basho.riak.client.api.commands.kv |
Commands for storing, fetching, and deleting objects.
|
com.basho.riak.client.api.commands.mapreduce |
Commands for Map-Reduce in Riak.
|
Modifier and Type | Class and Description |
---|---|
class |
StreamableRiakCommand<R extends StreamableRiakCommand.StreamableResponse,I,CoreR,CoreI> |
static class |
StreamableRiakCommand.StreamableRiakCommandWithSameInfo<R extends StreamableRiakCommand.StreamableResponse,I,CoreR> |
Modifier and Type | Method and Description |
---|---|
<I extends StreamableRiakCommand.StreamableResponse,S> |
RiakClient.executeAsyncStreaming(StreamableRiakCommand<I,S,?,?> command,
int timeoutMS)
Execute a StreamableRiakCommand asynchronously, and stream the results back before
the command
is done . |
Modifier and Type | Class and Description |
---|---|
static class |
ListBuckets.Response
A response from a ListBuckets command.
|
Modifier and Type | Class and Description |
---|---|
static class |
BigIntIndexQuery.Response |
static class |
BinIndexQuery.Response |
static class |
IntIndexQuery.Response |
static class |
RawIndexQuery.Response |
static class |
SecondaryIndexQuery.Response<T,E extends SecondaryIndexQuery.Response.Entry<T>>
Base class for all 2i responses.
|
Modifier and Type | Class and Description |
---|---|
static class |
FullBucketRead.Response |
static class |
ListKeys.Response |
Modifier and Type | Class and Description |
---|---|
static class |
MapReduce.Response
Response from a MapReduce command.
|
Copyright © 2016. All rights reserved.