Uses of Class
org.apache.hadoop.mapreduce.TaskCompletionEvent
Packages that use TaskCompletionEvent
-
Uses of TaskCompletionEvent in org.apache.hadoop.mapred
Subclasses of TaskCompletionEvent in org.apache.hadoop.mapredModifier and TypeClassDescriptionclassThis is used to track task completion events on job tracker.Methods in org.apache.hadoop.mapred with parameters of type TaskCompletionEventModifier and TypeMethodDescriptionstatic TaskCompletionEventTaskCompletionEvent.downgrade(TaskCompletionEvent event) -
Uses of TaskCompletionEvent in org.apache.hadoop.mapreduce
Fields in org.apache.hadoop.mapreduce declared as TaskCompletionEventModifier and TypeFieldDescriptionstatic final TaskCompletionEvent[]TaskCompletionEvent.EMPTY_ARRAYMethods in org.apache.hadoop.mapreduce that return TaskCompletionEventModifier and TypeMethodDescriptionJob.getTaskCompletionEvents(int startFrom, int numEvents) Get events indicating completion (success/failure) of component tasks.