Uses of Class
org.apache.hadoop.mapred.TaskCompletionEvent

Packages that use TaskCompletionEvent
org.apache.hadoop.mapred A software framework for easily writing applications which process vast amounts of data (multi-terabyte data-sets) parallelly on large clusters (thousands of nodes) built of commodity hardware in a reliable, fault-tolerant manner. 
 

Uses of TaskCompletionEvent in org.apache.hadoop.mapred
 

Fields in org.apache.hadoop.mapred declared as TaskCompletionEvent
static TaskCompletionEvent[] TaskCompletionEvent.EMPTY_ARRAY
           
 

Methods in org.apache.hadoop.mapred that return TaskCompletionEvent
 TaskCompletionEvent[] TaskTracker.getMapCompletionEvents(JobID jobId, int fromEventId, int maxLocs)
           
 TaskCompletionEvent[] TaskTracker.getMapCompletionEvents(String jobid, int fromid, int maxlocs)
          Deprecated. 
 TaskCompletionEvent[] RunningJob.getTaskCompletionEvents(int startFrom)
          Get events indicating completion (success/failure) of component tasks.
 TaskCompletionEvent[] JobTracker.getTaskCompletionEvents(JobID jobid, int fromEventId, int maxEvents)
           
 TaskCompletionEvent[] JobTracker.getTaskCompletionEvents(String jobid, int fromid, int maxevents)
          Deprecated. 
 



Copyright © 2008 The Apache Software Foundation