| 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 | Method and Description |
|---|---|
TaskAttemptState |
SpeculatorEventTaskAttemptStatusUpdate.getTaskAttemptState() |
| Constructor and Description |
|---|
SpeculatorEventTaskAttemptStatusUpdate(org.apache.tez.dag.records.TezTaskAttemptID taId,
TaskAttemptState state,
long timestamp) |
SpeculatorEventTaskAttemptStatusUpdate(org.apache.tez.dag.records.TezTaskAttemptID taId,
TaskAttemptState state,
long timestamp,
boolean justStarted) |
| 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 |
|---|---|
void |
LegacySpeculator.notifyAttemptStatusUpdate(org.apache.tez.dag.records.TezTaskAttemptID taId,
TaskAttemptState reportedState,
long timestamp) |
void |
TaskRuntimeEstimator.updateAttempt(org.apache.tez.dag.records.TezTaskAttemptID taId,
TaskAttemptState reportedState,
long timestamp) |
void |
LegacyTaskRuntimeEstimator.updateAttempt(org.apache.tez.dag.records.TezTaskAttemptID attemptID,
TaskAttemptState state,
long timestamp) |
| 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,
org.apache.tez.dag.records.TaskAttemptTerminationCause error,
String diagnostics,
org.apache.tez.common.counters.TezCounters counters) |
Copyright © 2015 Apache Software Foundation. All rights reserved.