|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of DAGState in org.apache.tez.dag.api.client |
|---|
| Methods in org.apache.tez.dag.api.client with parameters of type DAGState | |
|---|---|
void |
DAGStatusBuilder.setState(DAGState state)
|
| Uses of DAGState in org.apache.tez.dag.app |
|---|
| Fields in org.apache.tez.dag.app declared as DAGState | |
|---|---|
DAGState |
RecoveryParser.RecoveredDAGData.dagState
|
| Uses of DAGState in org.apache.tez.dag.app.dag |
|---|
| Methods in org.apache.tez.dag.app.dag that return DAGState | |
|---|---|
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. |
| Methods in org.apache.tez.dag.app.dag with parameters of type DAGState | |
|---|---|
abstract void |
DAGReport.setJobState(DAGState dagState)
|
| Uses of DAGState in org.apache.tez.dag.app.dag.event |
|---|
| Methods in org.apache.tez.dag.app.dag.event that return DAGState | |
|---|---|
DAGState |
DAGAppMasterEventDAGFinished.getDAGState()
|
DAGState |
DAGEventRecoverEvent.getDesiredState()
|
| Constructors in org.apache.tez.dag.app.dag.event with parameters of type DAGState | |
|---|---|
DAGAppMasterEventDAGFinished(org.apache.tez.dag.records.TezDAGID dagId,
DAGState dagState)
|
|
DAGEventRecoverEvent(org.apache.tez.dag.records.TezDAGID dagId,
DAGState desiredState,
List<URL> additionalUrlsForClasspath)
|
|
| Uses of DAGState in org.apache.tez.dag.app.dag.impl |
|---|
| Fields in org.apache.tez.dag.app.dag.impl with type parameters of type DAGState | |
|---|---|
protected static org.apache.hadoop.yarn.state.StateMachineFactory<DAGImpl,DAGState,DAGEventType,DAGEvent> |
DAGImpl.stateMachineFactory
|
| Methods in org.apache.tez.dag.app.dag.impl that return DAGState | |
|---|---|
DAGState |
DAGImpl.getInternalState()
|
DAGState |
DAGImpl.getState()
|
DAGState |
DAGImpl.initializeDAG()
|
DAGState |
DAGImpl.restoreFromEvent(HistoryEvent historyEvent)
|
| Methods in org.apache.tez.dag.app.dag.impl that return types with arguments of type DAGState | |
|---|---|
protected org.apache.hadoop.yarn.state.StateMachine<DAGState,DAGEventType,DAGEvent> |
DAGImpl.getStateMachine()
|
| Uses of DAGState in org.apache.tez.dag.history.events |
|---|
| Methods in org.apache.tez.dag.history.events that return DAGState | |
|---|---|
DAGState |
DAGFinishedEvent.getState()
|
| Constructors in org.apache.tez.dag.history.events with parameters of type DAGState | |
|---|---|
DAGFinishedEvent(org.apache.tez.dag.records.TezDAGID dagId,
long startTime,
long finishTime,
DAGState state,
String diagnostics,
org.apache.tez.common.counters.TezCounters counters)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||