Package | Description |
---|---|
com.basho.riak.client |
Provides the top-level
IRiakClient
and IRiakObject classes required to store data
in Riak, start here. |
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 | |
com.basho.riak.client.raw |
The raw interfaces/classes exist to provide unified access to any underlying transport clients for Riak
|
com.basho.riak.client.raw.http |
Classes for adapting the http.
RiakClient to the
RawClient interface |
com.basho.riak.client.raw.pbc |
Classes for adapting the pbc.
RiakClient to the
RawClient interface |
com.basho.riak.client.raw.query |
Inputs to the
RawClient s for Map/Reduce and Link Walking. |
Class and Description |
---|
BucketKeyMapReduce
Map/Reduce over a set of bucket/key/keydata inputs.
|
BucketMapReduce
Map/Reduce over a bucket, optionally add Key Filters to narrow the inputs.
|
IndexMapReduce
A
MapReduce operation that takes a 2i index query as input |
LinkWalk
A Link Walk operation, build the operation by adding steps, then execute.
|
NodeStats
The encapsulation of the data returned by the Riak
/stats
operation. |
SearchMapReduce
A
MapReduce operation that uses a Riak Search query as input. |
StreamingOperation
Encapsulates a streaming Riak operation.
|
Class and Description |
---|
MultiFetchFuture
A Future for an individual fetch done as part of a MultiFetch.
|
StreamingOperation
Encapsulates a streaming Riak operation.
|
Class and Description |
---|
MultiFetchFuture
A Future for an individual fetch done as part of a MultiFetch.
|
Class and Description |
---|
BucketKeyMapReduce
Map/Reduce over a set of bucket/key/keydata inputs.
|
BucketMapReduce
Map/Reduce over a bucket, optionally add Key Filters to narrow the inputs.
|
InvalidMapReduceException
Tag exception class for MapReduce classes to throw from
MapReduce.validate() |
LinkWalk
A Link Walk operation, build the operation by adding steps, then execute.
|
LinkWalkStep.Accumulate
Enum for the accumulate specification of a link walk step.
|
MapPhase
A Map Phase of a Map/Reduce job spec.
|
MapReduce
An operation for defining and runnig a Map/Reduce query on Riak.
|
MapReducePhase
Shared common interface for Map/Reduce phase definitions.
|
MapReducePhase.PhaseType
Possible phase typess.
|
MapReduceResult
Defines a way to access the results of a Map/reduce query.
|
NodeStats
The encapsulation of the data returned by the Riak
/stats
operation. |
WalkResult
Interface defining results from a walk operation, basically an iteration of
steps, each step contains some
IRiakObject s. |
Class and Description |
---|
StreamingOperation
Encapsulates a streaming Riak operation.
|
Class and Description |
---|
MapReduceResult
Defines a way to access the results of a Map/reduce query.
|
NodeStats
The encapsulation of the data returned by the Riak
/stats
operation. |
StreamingOperation
Encapsulates a streaming Riak operation.
|
WalkResult
Interface defining results from a walk operation, basically an iteration of
steps, each step contains some
IRiakObject s. |
Class and Description |
---|
MapReduceResult
Defines a way to access the results of a Map/reduce query.
|
NodeStats
The encapsulation of the data returned by the Riak
/stats
operation. |
StreamingOperation
Encapsulates a streaming Riak operation.
|
WalkResult
Interface defining results from a walk operation, basically an iteration of
steps, each step contains some
IRiakObject s. |
Class and Description |
---|
MapReduceResult
Defines a way to access the results of a Map/reduce query.
|
NodeStats
The encapsulation of the data returned by the Riak
/stats
operation. |
StreamingOperation
Encapsulates a streaming Riak operation.
|
WalkResult
Interface defining results from a walk operation, basically an iteration of
steps, each step contains some
IRiakObject s. |
Class and Description |
---|
LinkWalkStep
Used internally by
LinkWalk to model a step in a link walk operation. |
Copyright © 2014. All Rights Reserved.