| Modifier and Type | Method and Description |
|---|---|
void |
DAGStatusBuilder.setState(DAGState state) |
| Modifier and Type | Field and Description |
|---|---|
DAGState |
RecoveryParser.RecoveredDAGData.dagState |
| Modifier and Type | Method and Description |
|---|---|
abstract DAGState |
DAGReport.getDAGState() |
DAGState |
DAG.getState() |
DAGState |
DAG.restoreFromEvent(HistoryEvent historyEvent) |
static DAGState |
DAGState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DAGState[] |
DAGState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
DAGReport.setJobState(DAGState dagState) |
| Modifier and Type | Method and Description |
|---|---|
DAGState |
DAGAppMasterEventDAGFinished.getDAGState() |
DAGState |
DAGEventRecoverEvent.getDesiredState() |
| Constructor and Description |
|---|
DAGAppMasterEventDAGFinished(org.apache.tez.dag.records.TezDAGID dagId,
DAGState dagState) |
DAGEventRecoverEvent(org.apache.tez.dag.records.TezDAGID dagId,
DAGState desiredState,
List<URL> additionalUrlsForClasspath) |
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.hadoop.yarn.state.StateMachineFactory<DAGImpl,DAGState,DAGEventType,DAGEvent> |
DAGImpl.stateMachineFactory |
| Modifier and Type | Method and Description |
|---|---|
DAGState |
DAGImpl.getInternalState() |
DAGState |
DAGImpl.getState() |
DAGState |
DAGImpl.initializeDAG() |
DAGState |
DAGImpl.restoreFromEvent(HistoryEvent historyEvent) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.hadoop.yarn.state.StateMachine<DAGState,DAGEventType,DAGEvent> |
DAGImpl.getStateMachine() |
| Modifier and Type | Method and Description |
|---|---|
DAGState |
DAGStartedEvent.getDagState() |
DAGState |
DAGRecoveredEvent.getRecoveredDagState() |
DAGState |
DAGFinishedEvent.getState() |
| Constructor and Description |
|---|
DAGFinishedEvent(org.apache.tez.dag.records.TezDAGID dagId,
long startTime,
long finishTime,
DAGState state,
String diagnostics,
org.apache.tez.common.counters.TezCounters counters,
String user,
String dagName,
Map<String,Integer> dagTaskStats,
org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId) |
DAGRecoveredEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId,
org.apache.tez.dag.records.TezDAGID dagId,
String dagName,
String user,
long recoveredTime,
DAGState recoveredState,
String recoveryFailureReason) |
Copyright © 2015 Apache Software Foundation. All rights reserved.