Save This Page
Home » hadoop-0.14.4 » org.apache » hadoop » mapred » [javadoc | source]
org.apache.hadoop.mapred
class: ReduceTask [javadoc | source]
java.lang.Object
   Task
      org.apache.hadoop.mapred.ReduceTask
A Reduce task.
Nested Class Summary:
static class  ReduceTask.ValuesIterator  Iterates values while keys match in sorted input. 
class  ReduceTask.ReduceCopier   
Constructor:
 public ReduceTask() 
 public ReduceTask(String jobId,
    String jobFile,
    String tipId,
    String taskId,
    int partition,
    int numMaps) 
Method from org.apache.hadoop.mapred.ReduceTask Summary:
createRunner,   getNumMaps,   isMapTask,   localizeConfiguration,   readFields,   run,   write
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.hadoop.mapred.ReduceTask Detail:
 public TaskRunner createRunner(TaskTracker tracker) throws IOException 
 public int getNumMaps() 
 public boolean isMapTask() 
 public  void localizeConfiguration(JobConf conf) throws IOException 
    Localize the given JobConf to be specific for this task.
 public  void readFields(DataInput in) throws IOException 
 public  void run(JobConf job,
    TaskUmbilicalProtocol umbilical) throws IOException 
 public  void write(DataOutput out) throws IOException