Modifier and Type | Field and Description |
---|---|
static TaskCompletionEvent[] |
TaskCompletionEvent.EMPTY_ARRAY |
Modifier and Type | Method and Description |
---|---|
static TaskCompletionEvent |
TaskCompletionEvent.downgrade(TaskCompletionEvent event) |
TaskCompletionEvent[] |
MapTaskCompletionEventsUpdate.getMapTaskCompletionEvents() |
TaskCompletionEvent[] |
RunningJob.getTaskCompletionEvents(int startFrom)
Get events indicating completion (success/failure) of component tasks.
|
TaskCompletionEvent[] |
ClientServiceDelegate.getTaskCompletionEvents(JobID arg0,
int arg1,
int arg2) |
Constructor and Description |
---|
MapTaskCompletionEventsUpdate(TaskCompletionEvent[] events,
boolean reset) |
Modifier and Type | Method and Description |
---|---|
static TaskCompletionEvent |
TypeConverter.fromYarn(TaskAttemptCompletionEvent newEvent) |
static TaskCompletionEvent[] |
TypeConverter.fromYarn(TaskAttemptCompletionEvent[] newEvents) |
TaskCompletionEvent[] |
Job.getTaskCompletionEvents(int startFrom)
Get events indicating completion (success/failure) of component tasks.
|
Modifier and Type | Method and Description |
---|---|
void |
ShuffleSchedulerImpl.resolve(TaskCompletionEvent event) |
void |
ShuffleScheduler.resolve(TaskCompletionEvent tce)
Interpret a
TaskCompletionEvent from the event stream. |
Modifier and Type | Method and Description |
---|---|
TaskCompletionEvent[] |
Job.getMapAttemptCompletionEvents(int startIndex,
int maxEvents) |
Modifier and Type | Method and Description |
---|---|
TaskCompletionEvent[] |
JobImpl.getMapAttemptCompletionEvents(int startIndex,
int maxEvents) |
Modifier and Type | Method and Description |
---|---|
TaskCompletionEvent[] |
CompletedJob.getMapAttemptCompletionEvents(int startIndex,
int maxEvents) |
TaskCompletionEvent[] |
PartialJob.getMapAttemptCompletionEvents(int startIndex,
int maxEvents) |
Copyright © 2013 Apache Software Foundation. All rights reserved.