See: Description
Interface | Description |
---|---|
MapReduceInput |
Interface for MapReduce Input classes
|
Class | Description |
---|---|
BinaryValueSerializer |
Serializes a
BinaryValue to a UTF-8 string for the Riak MapReduce JSON format. |
BucketInput |
MapReduce Input that provides a whole bucket's contents as input for the MapReduce job.
|
BucketInputSerializer |
Serializes a
BucketInput to a Riak MapReduce JSON format. |
BucketKeyInput |
MapReduce Input that provides a specific set of
Location s
for a MapReduce job. |
BucketKeyInputSerializer |
Serializes a
BucketKeyInput to a Riak MapReduce JSON format. |
BucketKeyMapReduce |
Command used to perform a map reduce operation over a specific set of keys in a bucket.
|
BucketKeyMapReduce.Builder |
Builder for a BucketKeyMapReduce command.
|
BucketMapReduce |
Command used to perform a Map Reduce operation over a bucket in Riak.
|
BucketMapReduce.Builder |
Builder for a BucketMapReduce command.
|
IndexInput |
MapReduce Input that uses the results of a Secondary Index(2i) query as the input
for a MapReduce job.
|
IndexInputSerializer |
Serializes a
IndexInput to a Riak MapReduce JSON format. |
IndexMapReduce |
Command used to performs a map reduce operation using a secondary index (2i) as input.
|
IndexMapReduce.Builder |
Builder for a IndexMapReduce command.
|
MapReduce |
Base abstract class for all MapReduce commands.
|
MapReduce.Builder<T extends MapReduce.Builder<T>> |
Base abstract class for all MapReduce command builders.
|
MapReduce.Response |
Response from a MapReduce command.
|
MapReducePhase |
Shared common interface for Map/Reduce phase definitions.
|
SearchInput |
MapReduce Input that provides the results of a Search query
as the input for a MapReduce job.
|
SearchInputSerializer |
Serializes a
SearchInput to a Riak MapReduce JSON format. |
SearchMapReduce |
Command used to perform a map reduce operation with a search query as input.
|
SearchMapReduce.Builder |
Builder for a SearchMapReduce command.
|
Enum | Description |
---|---|
MapReducePhase.PhaseType |
Possible phase types.
|
Copyright © 2016. All rights reserved.