public static class ShuffleConsumerPlugin.Context
extends java.lang.Object
Constructor and Description |
---|
ShuffleConsumerPlugin.Context(TaskUmbilicalProtocol umbilical,
JobConf conf,
Task.TaskReporter reporter,
ReduceTask reduceTask) |
Modifier and Type | Method and Description |
---|---|
JobConf |
getJobConf() |
ReduceTask |
getReduceTask() |
Task.TaskReporter |
getReporter() |
TaskUmbilicalProtocol |
getUmbilical() |
public ShuffleConsumerPlugin.Context(TaskUmbilicalProtocol umbilical, JobConf conf, Task.TaskReporter reporter, ReduceTask reduceTask)
public TaskUmbilicalProtocol getUmbilical()
public JobConf getJobConf()
public Task.TaskReporter getReporter()
public ReduceTask getReduceTask()
Copyright © 2009 The Apache Software Foundation