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

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

Uses of TaskTrackerStatus in org.apache.nutch.mapReduce
 

Methods in org.apache.nutch.mapReduce that return TaskTrackerStatus
 TaskTrackerStatus JobTracker.getTaskTracker(String trackerID)
           
 

Methods in org.apache.nutch.mapReduce with parameters of type TaskTrackerStatus
 IntWritable InterTrackerProtocol.emitHeartbeat(TaskTrackerStatus status, BooleanWritable initialContact)
          Called regularly by the task tracker to update the status of its tasks within the job tracker.
 IntWritable JobTracker.emitHeartbeat(TaskTrackerStatus trackerStatus, BooleanWritable initialContact)
          Process incoming heartbeat messages from the task trackers.
 



Copyright © 2006 The Apache Software Foundation