Package | Description |
---|---|
com.google.appengine.tools.mapreduce | |
com.google.appengine.tools.mapreduce.impl | |
com.google.appengine.tools.mapreduce.impl.sort |
Modifier and Type | Class and Description |
---|---|
class |
Worker<C extends WorkerContext<?>>
|
Modifier and Type | Interface and Description |
---|---|
interface |
MapOnlyMapperContext<O>
Context for
MapOnlyMapper execution. |
interface |
MapperContext<K,V>
A context for mapper execution.
|
interface |
ReducerContext<O>
Context for
Reducer execution. |
Modifier and Type | Class and Description |
---|---|
class |
WorkerController<I,O,R,C extends WorkerContext<O>> |
class |
WorkerShardTask<I,O,C extends WorkerContext<O>>
Base class for the specific MR stage workers.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseShardContext<O>
Base class for all ShardContext implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
MergeContext
Provides a context for merging.
|
class |
SortContext
Provides a context for the in memory sort.
|
Copyright © 2015 Google. All rights reserved.