Click or drag to resize
RiakBucketKeyKeyDataInputAdd Method
Overload List
  NameDescription
Public methodAdd(IEnumerableTupleString, String, Object) Obsolete.
Adds a collection of (bucket, key, keyData) tuples to the mapreduce inputs collection.
Public methodAdd(TupleString, String, Object) Obsolete.
Adds a collection of (bucket, key, keyData) tuples to the mapreduce inputs collection.
Public methodAdd(IEnumerableTupleRiakObjectId, Object)
Adds a collection of (RiakObjectId, keyData) tuples to the mapreduce inputs collection.
Public methodAdd(TupleRiakObjectId, Object)
Adds a collection of (RiakObjectId, keyData) tuples to the mapreduce inputs collection.
Public methodAdd(RiakObjectId, Object)
Adds a (RiakObjectId, keyData) pair to the mapreduce inputs collection.
Public methodAdd(String, String, Object) Obsolete.
Adds a (bucket, key, keyData) tuple to the mapreduce inputs collection.
Top
See Also