Uses of Class
org.apache.tez.dag.app.dag.impl.VertexImpl

Packages that use VertexImpl
org.apache.tez.dag.app.dag.impl   
 

Uses of VertexImpl in org.apache.tez.dag.app.dag.impl
 

Fields in org.apache.tez.dag.app.dag.impl with type parameters of type VertexImpl
protected static org.apache.hadoop.yarn.state.StateMachineFactory<VertexImpl,VertexState,VertexEventType,VertexEvent> VertexImpl.stateMachineFactory
           
 

Methods in org.apache.tez.dag.app.dag.impl with parameters of type VertexImpl
 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.
 



Copyright © 2014 Apache Software Foundation. All rights reserved.