RiakBucketKeyKeyDataInput Class |
Namespace: RiakClient.Models.MapReduce.Inputs
The RiakBucketKeyKeyDataInput type exposes the following members.
Name | Description | |
---|---|---|
RiakBucketKeyKeyDataInput | Initializes a new instance of the RiakBucketKeyKeyDataInput class |
Name | Description | |
---|---|---|
Filters |
A list of key filters represented as IRiakKeyFilterTokens.
(Inherited from RiakPhaseInput.) |
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.
| |
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.) | |
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).) |