Uses of Class
org.apache.hadoop.mapreduce.v2.hs.webapp.dao.JobInfo

Packages that use JobInfo
org.apache.hadoop.mapreduce.v2.hs.webapp   
org.apache.hadoop.mapreduce.v2.hs.webapp.dao   
 

Uses of JobInfo in org.apache.hadoop.mapreduce.v2.hs.webapp
 

Methods in org.apache.hadoop.mapreduce.v2.hs.webapp that return JobInfo
 JobInfo HsWebServices.getJob(String jid)
           
 

Uses of JobInfo in org.apache.hadoop.mapreduce.v2.hs.webapp.dao
 

Fields in org.apache.hadoop.mapreduce.v2.hs.webapp.dao with type parameters of type JobInfo
protected  ArrayList<JobInfo> JobsInfo.job
           
 

Methods in org.apache.hadoop.mapreduce.v2.hs.webapp.dao that return types with arguments of type JobInfo
 ArrayList<JobInfo> JobsInfo.getJobs()
           
 

Methods in org.apache.hadoop.mapreduce.v2.hs.webapp.dao with parameters of type JobInfo
 void JobsInfo.add(JobInfo jobInfo)
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.