Uses of Interface
org.apache.tez.dag.app.dag.Task

Packages that use Task
org.apache.tez.dag.app.dag   
org.apache.tez.dag.app.dag.impl   
 

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

Methods in org.apache.tez.dag.app.dag that return Task
 Task TaskAttempt.getTask()
           
 Task Vertex.getTask(int taskIndex)
           
 Task Vertex.getTask(org.apache.tez.dag.records.TezTaskID taskID)
           
 

Methods in org.apache.tez.dag.app.dag that return types with arguments of type Task
 Map<org.apache.tez.dag.records.TezTaskID,Task> Vertex.getTasks()
           
 

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

Classes in org.apache.tez.dag.app.dag.impl that implement Task
 class TaskImpl
          Implementation of Task interface.
 

Methods in org.apache.tez.dag.app.dag.impl that return Task
 Task TaskAttemptImpl.getTask()
           
 Task VertexImpl.getTask(int taskIndex)
           
 Task VertexImpl.getTask(org.apache.tez.dag.records.TezTaskID taskID)
           
 

Methods in org.apache.tez.dag.app.dag.impl that return types with arguments of type Task
 Map<org.apache.tez.dag.records.TezTaskID,Task> VertexImpl.getTasks()
           
 

Methods in org.apache.tez.dag.app.dag.impl with parameters of type Task
protected  void VertexImpl.addTask(Task task)
           
 

Method parameters in org.apache.tez.dag.app.dag.impl with type arguments of type Task
static org.apache.tez.common.counters.TezCounters VertexImpl.incrTaskCounters(org.apache.tez.common.counters.TezCounters counters, Collection<Task> tasks)
           
static VertexStats VertexImpl.updateVertexStats(VertexStats stats, Collection<Task> tasks)
           
 



Copyright © 2014 Apache Software Foundation. All rights reserved.