Uses of Interface
org.apache.nutch.mapReduce.TaskUmbilicalProtocol

Packages that use TaskUmbilicalProtocol
org.apache.nutch.mapReduce A system for scalable, fault-tolerant, distributed computation over large data collections. 
 

Uses of TaskUmbilicalProtocol in org.apache.nutch.mapReduce
 

Classes in org.apache.nutch.mapReduce that implement TaskUmbilicalProtocol
 class TaskTracker
          TaskTracker is a process that starts and tracks MR Tasks in a networked environment.
 

Methods in org.apache.nutch.mapReduce with parameters of type TaskUmbilicalProtocol
 void ReduceTask.run(JobConf job, TaskUmbilicalProtocol umbilical)
           
 void MapTask.run(JobConf job, TaskUmbilicalProtocol umbilical)
           
abstract  void Task.run(JobConf job, TaskUmbilicalProtocol umbilical)
          Run this task as a part of the named job.
 



Copyright © 2006 The Apache Software Foundation