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(String jobId, int fromEventId, int maxLocs)
           
 TaskCompletionEvent[] RunningJob.getTaskCompletionEvents(int startFrom)
          Get events indicating completion (success/failure) of component tasks.
 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)
           
 TaskCompletionEvent[] CompletedJobStatusStore.readJobTaskCompletionEvents(String jobId, int fromEventId, int maxEvents)
          This method retrieves TaskCompletionEvents information from DFS stored using store method.
 



Copyright © 2006 The Apache Software Foundation