RiakClient.Models.MapReduce.Inputs Namespace |
Class | Description | |
---|---|---|
RiakBinIndexEqualityInput |
Represents a string secondary index match query mapreduce input.
| |
RiakBinIndexRangeInput |
Represents a string secondary index range query mapreduce input.
| |
RiakBucketInput |
Represents a bucket based mapreduce input.
| |
RiakBucketKeyInput |
Represents a Bucket/Key collection based mapreduce input.
| |
RiakBucketKeyKeyDataInput |
Represents a Bucket/Key/KeyData collection based mapreduce input.
| |
RiakBucketSearchInput | Obsolete.
Represents a legacy search based mapreduce input.
| |
RiakIndex |
Helps create secondary index mapreduce input queries.
| |
RiakIndexInput |
Represents an abstract secondary index query mapreduce input.
| |
RiakIntIndexEqualityInput |
Represents an integer secondary index match query mapreduce input.
| |
RiakIntIndexRangeInput |
Represents an integer secondary index range query mapreduce input.
| |
RiakModuleFunctionArgInput |
Represents an Erlang Module:Function(Arg) mapreduce input.
| |
RiakPhaseInput |
Abstract implementation of IRiakPhaseInput.
| |
RiakSearchInput |
Represents a search based mapreduce input.
|
Interface | Description | |
---|---|---|
IRiakPhaseInput |
Interface for mapreduce phase inputs.
|