|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskCompletionEvent | |
---|---|
org.apache.hadoop.mapred | |
org.apache.hadoop.mapreduce | |
org.apache.hadoop.mapreduce.task.reduce |
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 | |
---|---|
static TaskCompletionEvent |
TaskCompletionEvent.downgrade(TaskCompletionEvent event)
|
TaskCompletionEvent[] |
MapTaskCompletionEventsUpdate.getMapTaskCompletionEvents()
|
TaskCompletionEvent[] |
RunningJob.getTaskCompletionEvents(int startFrom)
Get events indicating completion (success/failure) of component tasks. |
Constructors in org.apache.hadoop.mapred with parameters of type TaskCompletionEvent | |
---|---|
MapTaskCompletionEventsUpdate(TaskCompletionEvent[] events,
boolean reset)
|
Uses of TaskCompletionEvent in org.apache.hadoop.mapreduce |
---|
Methods in org.apache.hadoop.mapreduce that return TaskCompletionEvent | |
---|---|
TaskCompletionEvent[] |
Job.getTaskCompletionEvents(int startFrom)
Get events indicating completion (success/failure) of component tasks. |
Uses of TaskCompletionEvent in org.apache.hadoop.mapreduce.task.reduce |
---|
Methods in org.apache.hadoop.mapreduce.task.reduce with parameters of type TaskCompletionEvent | |
---|---|
void |
ShuffleScheduler.resolve(TaskCompletionEvent tce)
Interpret a TaskCompletionEvent from the event stream. |
void |
ShuffleSchedulerImpl.resolve(TaskCompletionEvent event)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |