| Package | Description |
|---|---|
| org.apache.tez.dag.app.dag.event | |
| org.apache.tez.dag.app.dag.impl |
| Modifier and Type | Method and Description |
|---|---|
static VertexEventType |
VertexEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VertexEventType[] |
VertexEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
VertexEvent(org.apache.tez.dag.records.TezVertexID vertexId,
VertexEventType type) |
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.hadoop.yarn.state.StateMachineFactory<VertexImpl,VertexState,VertexEventType,VertexEvent> |
VertexImpl.stateMachineFactory |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.hadoop.yarn.state.StateMachine<VertexState,VertexEventType,VertexEvent> |
VertexImpl.getStateMachine() |
Copyright © 2020 Apache Software Foundation. All rights reserved.