Uses of Class
org.apache.hadoop.mapreduce.v2.app.webapp.dao.TaskInfo

Packages that use TaskInfo
org.apache.hadoop.mapreduce.v2.app.webapp   
org.apache.hadoop.mapreduce.v2.app.webapp.dao   
 

Uses of TaskInfo in org.apache.hadoop.mapreduce.v2.app.webapp
 

Methods in org.apache.hadoop.mapreduce.v2.app.webapp that return TaskInfo
 TaskInfo AMWebServices.getJobTask(javax.servlet.http.HttpServletRequest hsr, String jid, String tid)
           
 

Uses of TaskInfo in org.apache.hadoop.mapreduce.v2.app.webapp.dao
 

Fields in org.apache.hadoop.mapreduce.v2.app.webapp.dao with type parameters of type TaskInfo
protected  ArrayList<TaskInfo> TasksInfo.task
           
 

Methods in org.apache.hadoop.mapreduce.v2.app.webapp.dao that return types with arguments of type TaskInfo
 ArrayList<TaskInfo> TasksInfo.getTasks()
           
 

Methods in org.apache.hadoop.mapreduce.v2.app.webapp.dao with parameters of type TaskInfo
 void TasksInfo.add(TaskInfo taskInfo)
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.