org.apache.hadoop.mapred
Class MapOutputCollector.Context

java.lang.Object
  extended by org.apache.hadoop.mapred.MapOutputCollector.Context
Enclosing interface:
MapOutputCollector<K,V>

@InterfaceAudience.LimitedPrivate(value="MapReduce")
@InterfaceStability.Unstable
public static class MapOutputCollector.Context
extends Object


Constructor Summary
MapOutputCollector.Context(MapTask mapTask, JobConf jobConf, Task.TaskReporter reporter)
           
 
Method Summary
 JobConf getJobConf()
           
 MapTask getMapTask()
           
 Task.TaskReporter getReporter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapOutputCollector.Context

public MapOutputCollector.Context(MapTask mapTask,
                                  JobConf jobConf,
                                  Task.TaskReporter reporter)
Method Detail

getMapTask

public MapTask getMapTask()

getJobConf

public JobConf getJobConf()

getReporter

public Task.TaskReporter getReporter()


Copyright © 2013 Apache Software Foundation. All Rights Reserved.