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()
           
 

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

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

Constructors in org.apache.tez.dag.app.dag.event with parameters of type TaskState
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()
           
 

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

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

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, TaskState state, org.apache.tez.common.counters.TezCounters counters)
           
 



Copyright © 2014 Apache Software Foundation. All rights reserved.