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

Packages that use TaskTerminationCause
org.apache.tez.dag.app.dag   
org.apache.tez.dag.app.dag.event   
 

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

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

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

Methods in org.apache.tez.dag.app.dag.event that return TaskTerminationCause
 TaskTerminationCause TaskEventTermination.getTerminationCause()
           
 

Constructors in org.apache.tez.dag.app.dag.event with parameters of type TaskTerminationCause
TaskEventTermination(org.apache.tez.dag.records.TezTaskID taskID, TaskTerminationCause terminationCause)
           
 



Copyright © 2014 Apache Software Foundation. All rights reserved.