|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VertexEvent | |
|---|---|
| org.apache.tez.dag.app.dag.event | |
| org.apache.tez.dag.app.dag.impl | |
| Uses of VertexEvent in org.apache.tez.dag.app.dag.event |
|---|
| Subclasses of VertexEvent in org.apache.tez.dag.app.dag.event | |
|---|---|
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. |
| Uses of VertexEvent in org.apache.tez.dag.app.dag.impl |
|---|
| Fields in org.apache.tez.dag.app.dag.impl with type parameters of type VertexEvent | |
|---|---|
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 types with arguments of type VertexEvent | |
|---|---|
protected org.apache.hadoop.yarn.state.StateMachine<VertexState,VertexEventType,VertexEvent> |
VertexImpl.getStateMachine()
|
| Methods in org.apache.tez.dag.app.dag.impl with parameters of type VertexEvent | |
|---|---|
void |
VertexImpl.handle(VertexEvent event)
|
VertexState |
VertexImpl.StartRecoverTransition.transition(VertexImpl vertex,
VertexEvent vertexEvent)
|
void |
VertexImpl.TerminateDuringRecoverTransition.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.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)
|
void |
VertexImpl.StartTransition.transition(VertexImpl vertex,
VertexEvent event)
This transition executes in the event-dispatcher thread, though it's triggered in MRAppMaster's startJobs() method. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||