Save This Page
Home » hadoop-0.14.4 » org.apache » hadoop » mapred » [javadoc | source]
org.apache.hadoop.mapred
class: MapTask [javadoc | source]
java.lang.Object
   Task
      org.apache.hadoop.mapred.MapTask
A Map task.
Nested Class Summary:
interface  MapTask.MapOutputCollector   
class  MapTask.DirectMapOutputCollector   
class  MapTask.MapOutputBuffer   
Constructor:
 public MapTask() 
 public MapTask(String jobId,
    String jobFile,
    String tipId,
    String taskId,
    int partition,
    String splitClass,
    BytesWritable split) throws IOException 
Method from org.apache.hadoop.mapred.MapTask Summary:
createRunner,   getInputSplit,   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.MapTask Detail:
 public TaskRunner createRunner(TaskTracker tracker) 
 InputSplit getInputSplit() throws UnsupportedOperationException 
 public boolean isMapTask() 
 public  void localizeConfiguration(JobConf conf) throws IOException 
 public  void readFields(DataInput in) throws IOException 
 public  void run(JobConf job,
    TaskUmbilicalProtocol umbilical) throws IOException 
 public  void write(DataOutput out) throws IOException