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

Packages that use TaskCompletionEvent
org.apache.hadoop.mapred A system for scalable, fault-tolerant, distributed computation over large data collections. 
 

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(String jobId, int fromEventId, int maxLocs)
           
 TaskCompletionEvent[] RunningJob.getTaskCompletionEvents(int startFrom)
           
 TaskCompletionEvent[] JobSubmissionProtocol.getTaskCompletionEvents(String jobid, int fromEventId, int maxEvents)
          Get task completion events for the jobid, starting from fromEventId.
 TaskCompletionEvent[] JobTracker.getTaskCompletionEvents(String jobid, int fromEventId, int maxEvents)
           
 



Copyright © 2006 The Apache Software Foundation