RiakMapReduceQuery Methods |
The RiakMapReduceQuery type exposes the following members.
Name | Description | |
---|---|---|
Compile |
Compile the mapreduce query.
| |
Equals | (Inherited from Object.) | |
Filter | Obsolete.
Add a key filter input to the inputs.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Inputs(String) |
Add a bucket to the list of inputs.
| |
Inputs(RiakBucketKeyInput) |
Add a collection of RiakObjectId's to the list of inputs.
| |
Inputs(RiakBucketKeyKeyDataInput) |
Add a collection of RiakObjectId / KeyData sets to the list of inputs.
| |
Inputs(RiakBucketSearchInput) | Obsolete.
Add a bucket-based legacy search input to the list of inputs.
| |
Inputs(RiakIndexInput) |
Add a secondary index query to the list of inputs.
| |
Inputs(RiakModuleFunctionArgInput) |
Add an Erlang Module/Function/Arg combo to the list of inputs.
| |
Inputs(RiakSearchInput) |
Add an index-based search input to the list of inputs.
| |
Inputs(String, String) |
Add a bucket to the list of inputs.
| |
Link | Obsolete.
Add a link phase to the list of phases.
| |
MapErlang |
Add an Erlang map phase to the list of phases.
| |
MapJs |
Add a JavaScript map phase to the list of phases.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ReduceErlang |
Add an Erlang reduce phase to the list of phases.
| |
ReduceJs |
Add a JavaScript reduce phase to the list of phases.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |