Uses of Class
org.apache.tez.dag.app.dag.event.VertexEventType

Packages that use VertexEventType
org.apache.tez.dag.app.dag.event   
org.apache.tez.dag.app.dag.impl   
 

Uses of VertexEventType in org.apache.tez.dag.app.dag.event
 

Methods in org.apache.tez.dag.app.dag.event that return VertexEventType
static VertexEventType VertexEventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static VertexEventType[] VertexEventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.tez.dag.app.dag.event with parameters of type VertexEventType
VertexEvent(org.apache.tez.dag.records.TezVertexID vertexId, VertexEventType type)
           
 

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

Fields in org.apache.tez.dag.app.dag.impl with type parameters of type VertexEventType
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 VertexEventType
protected  org.apache.hadoop.yarn.state.StateMachine<VertexState,VertexEventType,VertexEvent> VertexImpl.getStateMachine()
           
 



Copyright © 2014 Apache Software Foundation. All rights reserved.