I - type of input valuesK - type of intermediate keysV - type of intermediate valuesO - type of output valuesR - type of result returned by the Outputpublic class InProcessMapReduce<I,K,V,O,R> extends Object
| Constructor and Description |
|---|
InProcessMapReduce(String id,
MapReduceSpecification<I,K,V,O,R> mrSpec) |
| Modifier and Type | Method and Description |
|---|---|
static <I,K,V,O,R> |
runMapReduce(MapReduceSpecification<I,K,V,O,R> mrSpec) |
String |
toString() |
public static <I,K,V,O,R> MapReduceResult<R> runMapReduce(MapReduceSpecification<I,K,V,O,R> mrSpec) throws IOException
IOExceptionCopyright © 2015 Google. All rights reserved.