Uses of Class
org.apache.tez.dag.app.dag.VertexTerminationCause

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

Uses of VertexTerminationCause in org.apache.tez.dag.app.dag
 

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

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

Methods in org.apache.tez.dag.app.dag.event that return VertexTerminationCause
 VertexTerminationCause VertexEventTermination.getTerminationCause()
           
 VertexTerminationCause DAGEventVertexCompleted.getVertexTerminationCause()
           
 

Constructors in org.apache.tez.dag.app.dag.event with parameters of type VertexTerminationCause
DAGEventVertexCompleted(org.apache.tez.dag.records.TezVertexID vertexId, VertexState vertexState, VertexTerminationCause terminationCause)
           
VertexEventTermination(org.apache.tez.dag.records.TezVertexID vertexId, VertexTerminationCause terminationCause)
           
 

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

Methods in org.apache.tez.dag.app.dag.impl that return VertexTerminationCause
 VertexTerminationCause VertexImpl.getTerminationCause()
           
 



Copyright © 2014 Apache Software Foundation. All rights reserved.