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

Packages that use TaskState
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.history.events   
 

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

Methods in org.apache.tez.dag.api.oldrecords that return TaskState
 TaskState TaskReport.getTaskState()
           
static TaskState TaskState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TaskState[] TaskState.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 TaskState
 void TaskReport.setTaskState(TaskState taskState)
           
 

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

Methods in org.apache.tez.dag.app.dag that return TaskState
 TaskState Task.getState()
           
 TaskState Task.restoreFromEvent(HistoryEvent historyEvent)
           
 

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

Methods in org.apache.tez.dag.app.dag.event that return TaskState
 TaskState TaskEventRecoverTask.getDesiredState()
           
 TaskState VertexEventTaskCompleted.getState()
           
 

Constructors in org.apache.tez.dag.app.dag.event with parameters of type TaskState
TaskEventRecoverTask(org.apache.tez.dag.records.TezTaskID taskID, TaskState desiredState)
           
TaskEventRecoverTask(org.apache.tez.dag.records.TezTaskID taskID, TaskState desiredState, boolean recoverData)
           
VertexEventTaskCompleted(org.apache.tez.dag.records.TezTaskID taskID, TaskState taskState)
           
 

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

Methods in org.apache.tez.dag.app.dag.impl that return TaskState
 TaskState TaskImpl.getState()
           
 TaskState TaskReportImpl.getTaskState()
           
 TaskState TaskImpl.restoreFromEvent(HistoryEvent historyEvent)
           
 

Methods in org.apache.tez.dag.app.dag.impl with parameters of type TaskState
protected  void TaskImpl.logJobHistoryTaskFailedEvent(TaskState finalState)
           
 void TaskReportImpl.setTaskState(TaskState taskState)
           
 

Constructors in org.apache.tez.dag.app.dag.impl with parameters of type TaskState
TaskReportImpl(org.apache.tez.dag.records.TezTaskID taskID, TaskState taskState, float progress, long startTime, long finishTime)
           
 

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

Methods in org.apache.tez.dag.history.events that return TaskState
 TaskState TaskFinishedEvent.getState()
           
 

Constructors in org.apache.tez.dag.history.events with parameters of type TaskState
TaskFinishedEvent(org.apache.tez.dag.records.TezTaskID taskID, String vertexName, long startTime, long finishTime, org.apache.tez.dag.records.TezTaskAttemptID successfulAttemptID, TaskState state, org.apache.tez.common.counters.TezCounters counters)
           
 



Copyright © 2014 Apache Software Foundation. All rights reserved.