@InterfaceAudience.LimitedPrivate(value="MapReduce") @InterfaceStability.Unstable public static class MapOutputCollector.Context extends Object
Constructor and Description |
---|
MapOutputCollector.Context(MapTask mapTask,
JobConf jobConf,
Task.TaskReporter reporter) |
Modifier and Type | Method and Description |
---|---|
JobConf |
getJobConf() |
MapTask |
getMapTask() |
Task.TaskReporter |
getReporter() |
public MapOutputCollector.Context(MapTask mapTask, JobConf jobConf, Task.TaskReporter reporter)
public MapTask getMapTask()
public JobConf getJobConf()
public Task.TaskReporter getReporter()
Copyright © 2020 Apache Software Foundation. All rights reserved.