| Package | Description |
|---|---|
| com.google.appengine.tools.mapreduce | |
| com.google.appengine.tools.mapreduce.impl |
| Modifier and Type | Method and Description |
|---|---|
Counters |
MapReduceResult.getCounters()
Returns the counter values at the end of the job.
|
Counters |
ShardContext.getCounters()
Returns a
Counters object for doing simple aggregate calculations. |
| Modifier and Type | Method and Description |
|---|---|
void |
Counters.addAll(Counters other) |
| Modifier and Type | Class and Description |
|---|---|
class |
CountersImpl |
| Modifier and Type | Method and Description |
|---|---|
Counters |
BaseShardContext.getCounters() |
Counters |
IncrementalTaskContext.getCounters() |
Counters |
MapReduceResultImpl.getCounters() |
| Modifier and Type | Method and Description |
|---|---|
void |
CountersImpl.addAll(Counters other) |
| Constructor and Description |
|---|
MapReduceResultImpl(R outputResult,
Counters counters) |
WorkerController(String mrJobId,
Counters initialCounters,
Output<O,R> output,
String resultPromiseHandle) |
Copyright © 2015 Google. All rights reserved.