| Package | Description |
|---|---|
| com.google.appengine.tools.mapreduce |
| Modifier and Type | Class and Description |
|---|---|
class |
MapReduceSettings
Settings that affect how a MapReduce is executed.
|
| Modifier and Type | Method and Description |
|---|---|
MapSettings |
MapSettings.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) |
MapReduceSettings.Builder(MapSettings settings) |
MapSettings.Builder(MapSettings settings) |
Copyright © 2015 Google. All rights reserved.