Package | Description |
---|---|
com.google.appengine.tools.mapreduce | |
com.google.appengine.tools.mapreduce.impl |
Modifier and Type | Method and Description |
---|---|
MapSpecification<I,O,R> |
MapSpecification.Builder.build() |
Modifier and Type | Method and Description |
---|---|
static <I,O,R> String |
MapJob.start(MapSpecification<I,O,R> specification,
MapSettings settings)
Starts a
MapJob with the given parameters in a new Pipeline. |
Constructor and Description |
---|
MapJob(MapSpecification<I,O,R> specification,
MapSettings settings) |
Modifier and Type | Method and Description |
---|---|
static Input |
InProcessUtil.getInput(MapSpecification spec) |
static MapOnlyMapper |
InProcessUtil.getMapper(MapSpecification spec) |
static Output |
InProcessUtil.getOutput(MapSpecification spec) |
static <I,O,R> MapReduceResult<R> |
InProcessMap.runMap(MapSpecification<I,O,R> mrSpec) |
Constructor and Description |
---|
InProcessMap(String id,
MapSpecification<I,O,R> mapSpec) |
Copyright © 2015 Google. All rights reserved.