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. |
interface |
WorkerContext<O>
Context for each worker (mapper or reducer) shard.
|
Modifier and Type | Method and Description |
---|---|
ShardContext |
InputReader.getContext()
Returns the current context, or null if none.
|
ShardContext |
OutputWriter.getContext()
Returns the current context, or null if none.
|
Modifier and Type | Method and Description |
---|---|
void |
InputReader.setContext(ShardContext context)
Used internally to sets the context to be used for the processing that follows.
|
void |
OutputWriter.setContext(ShardContext context)
Used internally to sets the context to be used for the processing that follows.
|
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.
|
Modifier and Type | Method and Description |
---|---|
ShardContext |
ForwardingInputReader.getContext() |
Modifier and Type | Method and Description |
---|---|
void |
ForwardingInputReader.setContext(ShardContext context) |
Modifier and Type | Method and Description |
---|---|
ShardContext |
ForwardingOutputWriter.getContext() |
ShardContext |
ItemSegmentingOutputWriter.getContext() |
Modifier and Type | Method and Description |
---|---|
void |
ForwardingOutputWriter.setContext(ShardContext context) |
void |
ItemSegmentingOutputWriter.setContext(ShardContext context) |
Copyright © 2015 Google. All rights reserved.