|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskCompletionEvent | |
---|---|
org.apache.hadoop.mapred | |
org.apache.hadoop.mapreduce |
Uses of TaskCompletionEvent in org.apache.hadoop.mapred |
---|
Subclasses of TaskCompletionEvent in org.apache.hadoop.mapred | |
---|---|
class |
TaskCompletionEvent
This is used to track task completion events on job tracker. |
Methods in org.apache.hadoop.mapred with parameters of type TaskCompletionEvent | |
---|---|
static TaskCompletionEvent |
TaskCompletionEvent.downgrade(TaskCompletionEvent event)
|
Uses of TaskCompletionEvent in org.apache.hadoop.mapreduce |
---|
Fields in org.apache.hadoop.mapreduce declared as TaskCompletionEvent | |
---|---|
static TaskCompletionEvent[] |
TaskCompletionEvent.EMPTY_ARRAY
|
Methods in org.apache.hadoop.mapreduce that return TaskCompletionEvent | |
---|---|
TaskCompletionEvent[] |
Job.getTaskCompletionEvents(int startFrom,
int numEvents)
Get events indicating completion (success/failure) of component tasks. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |