| Modifier and Type | Method and Description |
|---|---|
TaskAttemptState |
TaskAttemptReport.getTaskAttemptState() |
static TaskAttemptState |
TaskAttemptState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskAttemptState[] |
TaskAttemptState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaskAttemptReport.setTaskAttemptState(TaskAttemptState taskAttemptState) |
| Modifier and Type | Field and Description |
|---|---|
TaskAttemptState |
TaskAttempt.TaskAttemptStatus.state |
| Modifier and Type | Method and Description |
|---|---|
TaskAttemptState |
TaskAttempt.getState() |
TaskAttemptState |
TaskAttempt.getStateNoLock() |
TaskAttemptState |
TaskAttempt.restoreFromEvent(HistoryEvent event) |
| Modifier and Type | Field and Description |
|---|---|
TaskAttemptState |
TaskAttemptEventStatusUpdate.TaskAttemptStatusOld.taskState |
| Modifier and Type | Method and Description |
|---|---|
TaskAttemptState |
TaskAttemptImpl.getState() |
TaskAttemptState |
TaskAttemptImpl.getStateNoLock() |
TaskAttemptState |
TaskAttemptImpl.TerminatedTransitionHelper.getTaskAttemptState() |
TaskAttemptState |
TaskAttemptImpl.FailedTransitionHelper.getTaskAttemptState() |
TaskAttemptState |
TaskAttemptImpl.KilledTransitionHelper.getTaskAttemptState() |
TaskAttemptState |
TaskAttemptImpl.restoreFromEvent(HistoryEvent historyEvent) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TaskAttemptImpl.logJobHistoryAttemptUnsuccesfulCompletion(TaskAttemptState state) |
| Modifier and Type | Method and Description |
|---|---|
TaskAttemptState |
AMSchedulerEventTAEnded.getState() |
| Constructor and Description |
|---|
AMSchedulerEventTAEnded(TaskAttempt attempt,
org.apache.hadoop.yarn.api.records.ContainerId containerId,
TaskAttemptState state) |
| Modifier and Type | Method and Description |
|---|---|
TaskAttemptState |
TaskAttemptFinishedEvent.getState() |
| Constructor and Description |
|---|
TaskAttemptFinishedEvent(org.apache.tez.dag.records.TezTaskAttemptID taId,
String vertexName,
long startTime,
long finishTime,
TaskAttemptState state,
String diagnostics,
org.apache.tez.common.counters.TezCounters counters) |
Copyright © 2014 Apache Software Foundation. All rights reserved.