Package | Description |
---|---|
com.google.appengine.tools.mapreduce | |
com.google.appengine.tools.mapreduce.impl | |
com.google.appengine.tools.mapreduce.impl.pipeline |
Modifier and Type | Method and Description |
---|---|
com.google.appengine.tools.pipeline.Value<MapReduceResult<R>> |
MapJob.handleException(CancellationException ex) |
com.google.appengine.tools.pipeline.Value<MapReduceResult<R>> |
MapReduceJob.handleException(Throwable t) |
com.google.appengine.tools.pipeline.Value<MapReduceResult<R>> |
MapJob.handleException(Throwable t) |
com.google.appengine.tools.pipeline.Value<MapReduceResult<R>> |
MapReduceJob.run() |
com.google.appengine.tools.pipeline.Value<MapReduceResult<R>> |
MapJob.run() |
Modifier and Type | Class and Description |
---|---|
class |
MapReduceResultImpl<R>
Implementation of
MapReduceResult . |
Modifier and Type | Method and Description |
---|---|
static <I,O,R> MapReduceResult<R> |
InProcessMap.runMap(MapSpecification<I,O,R> mrSpec) |
static <I,K,V,O,R> |
InProcessMapReduce.runMapReduce(MapReduceSpecification<I,K,V,O,R> mrSpec) |
Modifier and Type | Method and Description |
---|---|
MapReduceResult<R> |
ResultAndStatus.getResult() |
Modifier and Type | Method and Description |
---|---|
com.google.appengine.tools.pipeline.Value<MapReduceResult<R>> |
ExamineStatusAndReturnResult.run(ResultAndStatus<R> resultAndStatus) |
Constructor and Description |
---|
ResultAndStatus(MapReduceResult<R> result,
Status status) |
Copyright © 2015 Google. All rights reserved.