public final class InProcessUtil extends Object
Constructor and Description |
---|
InProcessUtil() |
Modifier and Type | Method and Description |
---|---|
static Input |
getInput(MapReduceSpecification spec) |
static Input |
getInput(MapSpecification spec) |
static Marshaller |
getKeyMarshaller(MapReduceSpecification spec) |
static Mapper |
getMapper(MapReduceSpecification spec) |
static MapOnlyMapper |
getMapper(MapSpecification spec) |
static Integer |
getNumReducers(MapReduceSpecification spec) |
static Output |
getOutput(MapReduceSpecification spec) |
static Output |
getOutput(MapSpecification spec) |
static Reducer |
getReducer(MapReduceSpecification spec) |
public static Input getInput(MapSpecification spec)
public static Input getInput(MapReduceSpecification spec)
public static Output getOutput(MapSpecification spec)
public static Output getOutput(MapReduceSpecification spec)
public static MapOnlyMapper getMapper(MapSpecification spec)
public static Mapper getMapper(MapReduceSpecification spec)
public static Marshaller getKeyMarshaller(MapReduceSpecification spec)
public static Reducer getReducer(MapReduceSpecification spec)
public static Integer getNumReducers(MapReduceSpecification spec)
Copyright © 2015 Google. All rights reserved.