Uses of Class
org.apache.nutch.io.IntWritable

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

Uses of IntWritable in org.apache.nutch.mapReduce
 

Methods in org.apache.nutch.mapReduce that return IntWritable
 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.
 

Methods in org.apache.nutch.mapReduce with parameters of type IntWritable
 MapOutputFile MapOutputProtocol.getFile(String mapTaskId, String reduceTaskId, IntWritable partition)
          Returns the output from the named map task destined for this partition.
 MapOutputFile TaskTracker.getFile(String mapTaskId, String reduceTaskId, IntWritable partition)
           
 



Copyright © 2006 The Apache Software Foundation