| Package | Description |
|---|---|
| org.apache.tez.dag.app.dag.event | |
| org.apache.tez.dag.app.dag.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
VertexEventManagerUserCodeError |
class |
VertexEventNullEdgeInitialized |
class |
VertexEventOneToOneSourceSplit |
class |
VertexEventRecoverVertex |
class |
VertexEventRootInputFailed |
class |
VertexEventRootInputInitialized |
class |
VertexEventRouteEvent |
class |
VertexEventSourceTaskAttemptCompleted |
class |
VertexEventSourceVertexRecovered |
class |
VertexEventSourceVertexStarted |
class |
VertexEventTaskAttemptCompleted |
class |
VertexEventTaskCompleted |
class |
VertexEventTaskReschedule |
class |
VertexEventTermination
Specialized VertexEvent for termination conditions.
|
| 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() |
| Modifier and Type | Method and Description |
|---|---|
void |
VertexImpl.handle(VertexEvent event) |
VertexState |
VertexImpl.StartRecoverTransition.transition(VertexImpl vertex,
VertexEvent vertexEvent) |
void |
VertexImpl.TerminateDuringRecoverTransition.transition(VertexImpl vertex,
VertexEvent vertexEvent) |
VertexState |
VertexImpl.NullEdgeInitializedTransition.transition(VertexImpl vertex,
VertexEvent vertexEvent) |
void |
VertexImpl.BufferDataRecoverTransition.transition(VertexImpl vertex,
VertexEvent vertexEvent) |
VertexState |
VertexImpl.RecoverTransition.transition(VertexImpl vertex,
VertexEvent vertexEvent) |
VertexState |
VertexImpl.IgnoreInitInInitedTransition.transition(VertexImpl vertex,
VertexEvent event) |
VertexState |
VertexImpl.InitTransition.transition(VertexImpl vertex,
VertexEvent event) |
VertexState |
VertexImpl.VertexInitializedTransition.transition(VertexImpl vertex,
VertexEvent event) |
VertexState |
VertexImpl.RootInputInitializedTransition.transition(VertexImpl vertex,
VertexEvent event) |
VertexState |
VertexImpl.OneToOneSourceSplitTransition.transition(VertexImpl vertex,
VertexEvent event) |
void |
VertexImpl.SourceVertexStartedTransition.transition(VertexImpl vertex,
VertexEvent event) |
void |
VertexImpl.StartWhileInitializingTransition.transition(VertexImpl vertex,
VertexEvent event) |
VertexState |
VertexImpl.StartTransition.transition(VertexImpl vertex,
VertexEvent event) |
Copyright © 2014 Apache Software Foundation. All rights reserved.