org.apache.hadoop.mapred
Class ShuffleConsumerPlugin.Context

java.lang.Object
  extended by org.apache.hadoop.mapred.ShuffleConsumerPlugin.Context
Enclosing interface:
ShuffleConsumerPlugin

public static class ShuffleConsumerPlugin.Context
extends java.lang.Object


Constructor Summary
ShuffleConsumerPlugin.Context(TaskUmbilicalProtocol umbilical, JobConf conf, Task.TaskReporter reporter, ReduceTask reduceTask)
           
 
Method Summary
 JobConf getJobConf()
           
 ReduceTask getReduceTask()
           
 Task.TaskReporter getReporter()
           
 TaskUmbilicalProtocol getUmbilical()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShuffleConsumerPlugin.Context

public ShuffleConsumerPlugin.Context(TaskUmbilicalProtocol umbilical,
                                     JobConf conf,
                                     Task.TaskReporter reporter,
                                     ReduceTask reduceTask)
Method Detail

getUmbilical

public TaskUmbilicalProtocol getUmbilical()

getJobConf

public JobConf getJobConf()

getReporter

public Task.TaskReporter getReporter()

getReduceTask

public ReduceTask getReduceTask()


Copyright © 2009 The Apache Software Foundation