|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VertexState | |
|---|---|
| org.apache.tez.dag.api.client | |
| org.apache.tez.dag.app.dag | |
| org.apache.tez.dag.app.dag.event | |
| org.apache.tez.dag.app.dag.impl | |
| Uses of VertexState in org.apache.tez.dag.api.client |
|---|
| Methods in org.apache.tez.dag.api.client with parameters of type VertexState | |
|---|---|
void |
VertexStatusBuilder.setState(VertexState state)
|
| Uses of VertexState in org.apache.tez.dag.app.dag |
|---|
| Methods in org.apache.tez.dag.app.dag that return VertexState | |
|---|---|
VertexState |
Vertex.getState()
|
static VertexState |
VertexState.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static VertexState[] |
VertexState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of VertexState in org.apache.tez.dag.app.dag.event |
|---|
| Methods in org.apache.tez.dag.app.dag.event that return VertexState | |
|---|---|
VertexState |
DAGEventVertexCompleted.getVertexState()
|
| Constructors in org.apache.tez.dag.app.dag.event with parameters of type VertexState | |
|---|---|
DAGEventVertexCompleted(org.apache.tez.dag.records.TezVertexID vertexId,
VertexState vertexState)
|
|
DAGEventVertexCompleted(org.apache.tez.dag.records.TezVertexID vertexId,
VertexState vertexState,
VertexTerminationCause terminationCause)
|
|
| Uses of VertexState in org.apache.tez.dag.app.dag.impl |
|---|
| Fields in org.apache.tez.dag.app.dag.impl with type parameters of type VertexState | |
|---|---|
protected static org.apache.hadoop.yarn.state.StateMachineFactory<VertexImpl,VertexState,VertexEventType,VertexEvent> |
VertexImpl.stateMachineFactory
|
| Methods in org.apache.tez.dag.app.dag.impl that return VertexState | |
|---|---|
VertexState |
VertexImpl.getState()
|
VertexState |
VertexImpl.InitTransition.transition(VertexImpl vertex,
VertexEvent event)
|
VertexState |
VertexImpl.RootInputInitializedTransition.transition(VertexImpl vertex,
VertexEvent event)
|
VertexState |
VertexImpl.OneToOneSourceSplitTransition.transition(VertexImpl vertex,
VertexEvent event)
|
| Methods in org.apache.tez.dag.app.dag.impl that return types with arguments of type VertexState | |
|---|---|
protected org.apache.hadoop.yarn.state.StateMachine<VertexState,VertexEventType,VertexEvent> |
VertexImpl.getStateMachine()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||