R - type of result produced by the Outputpublic interface MapReduceResult<R> extends Serializable
MapReduceJob or MapJob.| Modifier and Type | Method and Description |
|---|---|
Counters |
getCounters()
Returns the counter values at the end of the job.
|
R |
getOutputResult()
Returns the result from
Output.finish(java.util.Collection<? extends com.google.appengine.tools.mapreduce.OutputWriter<O>>) or null if completed unsuccessfully. |
R getOutputResult()
Output.finish(java.util.Collection<? extends com.google.appengine.tools.mapreduce.OutputWriter<O>>) or null if completed unsuccessfully.Counters getCounters()
Copyright © 2015 Google. All rights reserved.