Package | Description |
---|---|
com.basho.riak.client.bucket |
A bucket is a namespace abstraction provided by Riak, the API uses
Bucket as the primary way to interact
with data stored in Riak. |
com.basho.riak.client.operations |
The interfaces/classes that model the set of operations for talking to Riak.
|
com.basho.riak.client.query |
Classes and interfaces for running map/reduce and link walk operations on
Riak.
|
com.basho.riak.client.query.indexes |
Modifier and Type | Class and Description |
---|---|
class |
FetchBucket
A
RiakOperation that gets a Bucket from Riak. |
class |
WriteBucket
A
RiakOperation for creating/updating a Bucket . |
Modifier and Type | Class and Description |
---|---|
class |
CounterObject
A new feature in Riak 1.4 is counters.
|
class |
DeleteObject
An operation to delete some data item from Riak.
|
class |
FetchObject<T>
An operation to get some data from Riak.
|
class |
MultiFetchObject<T>
An operation to fetch multiple values from Riak
|
class |
StoreObject<T>
Stores a given object into riak always fetches first.
|
Modifier and Type | Class and Description |
---|---|
class |
BucketKeyMapReduce
Map/Reduce over a set of bucket/key/keydata inputs.
|
class |
BucketMapReduce
Map/Reduce over a bucket, optionally add Key Filters to narrow the inputs.
|
class |
IndexMapReduce
A
MapReduce operation that takes a 2i index query as input |
class |
LinkWalk
A Link Walk operation, build the operation by adding steps, then execute.
|
class |
MapReduce
An operation for defining and runnig a Map/Reduce query on Riak.
|
class |
SearchMapReduce
A
MapReduce operation that uses a Riak Search query as input. |
Modifier and Type | Class and Description |
---|---|
class |
FetchIndex<T> |
Copyright © 2014. All Rights Reserved.