| RiakBucketKeyKeyDataInputAdd Method |
| Name | Description | |
|---|---|---|
| Add(IEnumerableTupleString, String, Object) | Obsolete.
Adds a collection of (bucket, key, keyData) tuples to the mapreduce inputs collection.
| |
| Add(TupleString, String, Object) | Obsolete.
Adds a collection of (bucket, key, keyData) tuples to the mapreduce inputs collection.
| |
| Add(IEnumerableTupleRiakObjectId, Object) |
Adds a collection of (RiakObjectId, keyData) tuples to the mapreduce inputs collection.
| |
| Add(TupleRiakObjectId, Object) |
Adds a collection of (RiakObjectId, keyData) tuples to the mapreduce inputs collection.
| |
| Add(RiakObjectId, Object) |
Adds a (RiakObjectId, keyData) pair to the mapreduce inputs collection.
| |
| Add(String, String, Object) | Obsolete.
Adds a (bucket, key, keyData) tuple to the mapreduce inputs collection.
|