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

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

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

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

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

Methods in org.apache.tez.dag.app.dag.event that return TaskAttemptStateInternal
 TaskAttemptStateInternal VertexEventTaskAttemptCompleted.getTaskAttemptState()
           
 

Constructors in org.apache.tez.dag.app.dag.event with parameters of type TaskAttemptStateInternal
VertexEventTaskAttemptCompleted(org.apache.tez.dag.records.TezTaskAttemptID taskAttemptId, TaskAttemptStateInternal state)
           
 

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

Methods in org.apache.tez.dag.app.dag.impl that return TaskAttemptStateInternal
 TaskAttemptStateInternal TaskAttemptImpl.getInternalState()
           
 TaskAttemptStateInternal TaskAttemptImpl.TerminatedTransitionHelper.getTaskAttemptStateInternal()
           
 TaskAttemptStateInternal TaskAttemptImpl.FailedTransitionHelper.getTaskAttemptStateInternal()
           
 TaskAttemptStateInternal TaskAttemptImpl.KilledTransitionHelper.getTaskAttemptStateInternal()
           
 TaskAttemptStateInternal TaskAttemptImpl.RecoverTransition.transition(TaskAttemptImpl taskAttempt, TaskAttemptEvent taskAttemptEvent)
           
 TaskAttemptStateInternal TaskAttemptImpl.TerminatedAfterSuccessTransition.transition(TaskAttemptImpl attempt, TaskAttemptEvent event)
           
 TaskAttemptStateInternal TaskAttemptImpl.OutputReportedFailedTransition.transition(TaskAttemptImpl attempt, TaskAttemptEvent event)
           
 

Methods in org.apache.tez.dag.app.dag.impl with parameters of type TaskAttemptStateInternal
protected  void TaskAttemptImpl.logJobHistoryAttemptFinishedEvent(TaskAttemptStateInternal state)
           
 



Copyright © 2014 Apache Software Foundation. All rights reserved.