Click or drag to resize
RiakConstantsMapReducePhaseType Class
Represents the collection of possible MapReduce job phases.
Inheritance Hierarchy
SystemObject
  RiakClientRiakConstantsMapReducePhaseType

Namespace:  RiakClient
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public static class MapReducePhaseType

The RiakConstantsMapReducePhaseType type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberLink
The string for a Link phase.
Public fieldStatic memberMap
The string for a Map phase.
Public fieldStatic memberReduce
The string for a Reduce phase.
Top
See Also