RiakBucketKeyInput Methods |
The RiakBucketKeyInput type exposes the following members.
Name | Description | |
---|---|---|
Add(IEnumerableTupleString, String) | Obsolete.
Adds a collection of (bucket, key) pairs to the mapreduce inputs collection.
| |
Add(TupleString, String) | Obsolete.
Adds a collection of (bucket, key) pairs to the mapreduce inputs collection.
| |
Add(RiakObjectId) |
Adds a RiakObjectId to the mapreduce inputs collection
| |
Add(RiakObjectId) |
Adds a collection of RiakObjectId to the mapreduce inputs collection.
| |
Add(IEnumerableRiakObjectId) |
Adds a collection of RiakObjectId to the mapreduce inputs collection.
| |
Add(String, String) | Obsolete.
Adds a (bucket, key) pair to the mapreduce inputs collection.
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FromRiakObjectIds |
Initializes a new instance of the RiakBucketKeyInput class,
and adds the attached riakObjectIds to the collection of inputs.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
WriteBucketKeyBucketJson | (Inherited from RiakPhaseInput.) | |
WriteJson |
Serialize the phase input to JSON and write it using the writer.
(Overrides RiakPhaseInputWriteJson(JsonWriter).) |