| Package | Description |
|---|---|
| org.apache.tez.dag.app.dag | |
| org.apache.tez.dag.app.dag.event | |
| org.apache.tez.dag.app.dag.impl |
| Modifier and Type | Method and Description |
|---|---|
static TaskAttemptStateInternal |
TaskAttemptStateInternal.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskAttemptStateInternal[] |
TaskAttemptStateInternal.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TaskAttemptStateInternal |
VertexEventTaskAttemptCompleted.getTaskAttemptState() |
| Constructor and Description |
|---|
VertexEventTaskAttemptCompleted(org.apache.tez.dag.records.TezTaskAttemptID taskAttemptId,
TaskAttemptStateInternal state) |
| Modifier and Type | Method and Description |
|---|---|
TaskAttemptStateInternal |
TaskAttemptImpl.getInternalState() |
TaskAttemptStateInternal |
TaskAttemptImpl.TerminatedTransitionHelper.getTaskAttemptStateInternal() |
TaskAttemptStateInternal |
TaskAttemptImpl.FailedTransitionHelper.getTaskAttemptStateInternal() |
TaskAttemptStateInternal |
TaskAttemptImpl.KilledTransitionHelper.getTaskAttemptStateInternal() |
TaskAttemptStateInternal |
TaskAttemptImpl.ScheduleTaskattemptTransition.transition(TaskAttemptImpl ta,
TaskAttemptEvent event) |
TaskAttemptStateInternal |
TaskAttemptImpl.TerminatedAfterSuccessTransition.transition(TaskAttemptImpl attempt,
TaskAttemptEvent event) |
TaskAttemptStateInternal |
TaskAttemptImpl.OutputReportedFailedTransition.transition(TaskAttemptImpl attempt,
TaskAttemptEvent event) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TaskAttemptImpl.logJobHistoryAttemptFinishedEvent(TaskAttemptStateInternal state) |
Copyright © 2020 Apache Software Foundation. All rights reserved.