Click or drag to resize
RiakMapReduceQueryInputs Method
Overload List
  NameDescription
Public methodInputs(String)
Add a bucket to the list of inputs.
Public methodInputs(RiakBucketKeyInput)
Add a collection of RiakObjectId's to the list of inputs.
Public methodInputs(RiakBucketKeyKeyDataInput)
Add a collection of RiakObjectId / KeyData sets to the list of inputs.
Public methodInputs(RiakBucketSearchInput) Obsolete.
Add a bucket-based legacy search input to the list of inputs.
Public methodInputs(RiakIndexInput)
Add a secondary index query to the list of inputs.
Public methodInputs(RiakModuleFunctionArgInput)
Add an Erlang Module/Function/Arg combo to the list of inputs.
Public methodInputs(RiakSearchInput)
Add an index-based search input to the list of inputs.
Public methodInputs(String, String)
Add a bucket to the list of inputs.
Top
See Also