| Package | Description |
|---|---|
| org.apache.tez.dag.app.dag.event | |
| org.apache.tez.dag.app.dag.impl |
| Modifier and Type | Method and Description |
|---|---|
static DAGEventType |
DAGEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DAGEventType[] |
DAGEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DAGEvent(org.apache.tez.dag.records.TezDAGID dagId,
DAGEventType type) |
| 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 |
|---|---|
protected org.apache.hadoop.yarn.state.StateMachine<DAGState,DAGEventType,DAGEvent> |
DAGImpl.getStateMachine() |
Copyright © 2019 Apache Software Foundation. All rights reserved.