org.apache.tez.dag.app.dag.impl
Class DAGImpl.StartTransition

java.lang.Object
  extended by org.apache.tez.dag.app.dag.impl.DAGImpl.StartTransition
All Implemented Interfaces:
org.apache.hadoop.yarn.state.SingleArcTransition<DAGImpl,DAGEvent>
Enclosing class:
DAGImpl

public static class DAGImpl.StartTransition
extends Object
implements org.apache.hadoop.yarn.state.SingleArcTransition<DAGImpl,DAGEvent>


Constructor Summary
DAGImpl.StartTransition()
           
 
Method Summary
 void transition(DAGImpl dag, DAGEvent event)
          This transition executes in the event-dispatcher thread, though it's triggered in MRAppMaster's startJobs() method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DAGImpl.StartTransition

public DAGImpl.StartTransition()
Method Detail

transition

public void transition(DAGImpl dag,
                       DAGEvent event)
This transition executes in the event-dispatcher thread, though it's triggered in MRAppMaster's startJobs() method.

Specified by:
transition in interface org.apache.hadoop.yarn.state.SingleArcTransition<DAGImpl,DAGEvent>


Copyright © 2014 Apache Software Foundation. All rights reserved.