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

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

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


Constructor Summary
VertexImpl.StartTransition()
           
 
Method Summary
 void transition(VertexImpl vertex, VertexEvent 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

VertexImpl.StartTransition

public VertexImpl.StartTransition()
Method Detail

transition

public void transition(VertexImpl vertex,
                       VertexEvent 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<VertexImpl,VertexEvent>


Copyright © 2014 Apache Software Foundation. All rights reserved.