| Package | Description |
|---|---|
| org.apache.tez.dag.app.dag.event | |
| org.apache.tez.dag.app.dag.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
DAGEventCounterUpdate |
class |
DAGEventDiagnosticsUpdate |
class |
DAGEventRecoverEvent |
class |
DAGEventSchedulerUpdate |
class |
DAGEventSchedulerUpdateTAAssigned |
class |
DAGEventStartDag |
class |
DAGEventVertexCompleted |
class |
DAGEventVertexReRunning |
| 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() |
| Modifier and Type | Method and Description |
|---|---|
void |
DAGImpl.handle(DAGEvent event) |
void |
DAGImpl.StartTransition.transition(DAGImpl dag,
DAGEvent event)
This transition executes in the event-dispatcher thread, though it's
triggered in MRAppMaster's startJobs() method.
|
Copyright © 2014 Apache Software Foundation. All rights reserved.