Uses of Class
org.apache.nutch.mapReduce.TaskStatus

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

Uses of TaskStatus in org.apache.nutch.mapReduce
 

Methods in org.apache.nutch.mapReduce that return TaskStatus
 TaskStatus JobTracker.JobInProgress.getTaskStatus(String taskid)
           
 

Methods in org.apache.nutch.mapReduce with parameters of type TaskStatus
 void JobTracker.JobInProgress.updateTaskStatus(String taskid, TaskStatus status)
           
 



Copyright © 2006 The Apache Software Foundation