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

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

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

Methods in org.apache.tez.dag.app.dag.event that return TaskAttemptEventType
static TaskAttemptEventType TaskAttemptEventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TaskAttemptEventType[] TaskAttemptEventType.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 TaskAttemptEventType
TaskAttemptEvent(org.apache.tez.dag.records.TezTaskAttemptID id, TaskAttemptEventType type)
          Create a new TaskAttemptEvent.
TaskAttemptEventAttemptFailed(org.apache.tez.dag.records.TezTaskAttemptID id, TaskAttemptEventType type, String diagnostics)
           
 



Copyright © 2014 Apache Software Foundation. All rights reserved.