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 |
---|---|
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 |
---|---|
class |
ListBuckets
Command used to list the buckets contained in a bucket type.
|
Modifier and Type | Class and Description |
---|---|
class |
BigIntIndexQuery
Performs a 2i query where the 2i index keys are numeric.
|
class |
BinIndexQuery
Performs a 2i query where the 2i index keys are strings.
|
class |
BucketIndexQuery
Performs a 2i query across the special $bucket index, for a known bucket, and returns the keys in that bucket.
|
class |
IntIndexQuery
Performs a 2i query where the 2i index keys are numeric.
|
class |
KeyIndexQuery
Performs a 2i query across the special $key index, for a known bucket & range of keys,
and returns the keys within that range in that bucket.
|
class |
RawIndexQuery
Performs a 2i query where the 2i index keys are raw bytes.
|
class |
SecondaryIndexQuery<T,S extends SecondaryIndexQuery.Response<T,?>,U extends SecondaryIndexQuery>
A Secondary Index Query.
|
Modifier and Type | Class and Description |
---|---|
class |
FullBucketRead
Command used to retrieve all values from Riak bucket.
|
class |
ListKeys
Command used to list the keys in a bucket.
|
Modifier and Type | Class and Description |
---|---|
class |
BucketKeyMapReduce
Command used to perform a map reduce operation over a specific set of keys in a bucket.
|
class |
BucketMapReduce
Command used to perform a Map Reduce operation over a bucket in Riak.
|
class |
IndexMapReduce
Command used to performs a map reduce operation using a secondary index (2i) as input.
|
class |
MapReduce
Base abstract class for all MapReduce commands.
|
class |
SearchMapReduce
Command used to perform a map reduce operation with a search query as input.
|
Copyright © 2016. All rights reserved.