Uses of Class
org.apache.tez.dag.api.oldrecords.TaskAttemptState

Packages that use TaskAttemptState
org.apache.tez.dag.api.oldrecords   
org.apache.tez.dag.app.dag   
org.apache.tez.dag.app.dag.event   
org.apache.tez.dag.app.dag.impl   
org.apache.tez.dag.app.rm   
org.apache.tez.dag.history.events   
 

Uses of TaskAttemptState in org.apache.tez.dag.api.oldrecords
 

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

Methods in org.apache.tez.dag.api.oldrecords with parameters of type TaskAttemptState
 void TaskAttemptReport.setTaskAttemptState(TaskAttemptState taskAttemptState)
           
 

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

Fields in org.apache.tez.dag.app.dag declared as TaskAttemptState
 TaskAttemptState TaskAttempt.TaskAttemptStatus.state
           
 

Methods in org.apache.tez.dag.app.dag that return TaskAttemptState
 TaskAttemptState TaskAttempt.getState()
           
 TaskAttemptState TaskAttempt.getStateNoLock()
           
 TaskAttemptState TaskAttempt.restoreFromEvent(HistoryEvent event)
           
 

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

Fields in org.apache.tez.dag.app.dag.event declared as TaskAttemptState
 TaskAttemptState TaskAttemptEventStatusUpdate.TaskAttemptStatusOld.taskState
           
 

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

Methods in org.apache.tez.dag.app.dag.impl that return TaskAttemptState
 TaskAttemptState TaskAttemptImpl.getState()
           
 TaskAttemptState TaskAttemptImpl.getStateNoLock()
           
 TaskAttemptState TaskAttemptImpl.TerminatedTransitionHelper.getTaskAttemptState()
           
 TaskAttemptState TaskAttemptImpl.FailedTransitionHelper.getTaskAttemptState()
           
 TaskAttemptState TaskAttemptImpl.KilledTransitionHelper.getTaskAttemptState()
           
 TaskAttemptState TaskAttemptImpl.restoreFromEvent(HistoryEvent historyEvent)
           
 

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

Uses of TaskAttemptState in org.apache.tez.dag.app.rm
 

Methods in org.apache.tez.dag.app.rm that return TaskAttemptState
 TaskAttemptState AMSchedulerEventTAEnded.getState()
           
 

Constructors in org.apache.tez.dag.app.rm with parameters of type TaskAttemptState
AMSchedulerEventTAEnded(TaskAttempt attempt, org.apache.hadoop.yarn.api.records.ContainerId containerId, TaskAttemptState state)
           
 

Uses of TaskAttemptState in org.apache.tez.dag.history.events
 

Methods in org.apache.tez.dag.history.events that return TaskAttemptState
 TaskAttemptState TaskAttemptFinishedEvent.getState()
           
 

Constructors in org.apache.tez.dag.history.events with parameters of type TaskAttemptState
TaskAttemptFinishedEvent(org.apache.tez.dag.records.TezTaskAttemptID taId, String vertexName, long startTime, long finishTime, TaskAttemptState state, String diagnostics, org.apache.tez.common.counters.TezCounters counters)
           
 



Copyright © 2014 Apache Software Foundation. All rights reserved.