I
- type of input valuesK
- type of intermediate keysV
- type of intermediate valuesO
- type of output valuesR
- type of result returned by the Output
public 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
IOException
Copyright © 2015 Google. All rights reserved.