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

Packages that use JobsInfo
org.apache.hadoop.mapreduce.v2.hs   
org.apache.hadoop.mapreduce.v2.hs.webapp   
 

Uses of JobsInfo in org.apache.hadoop.mapreduce.v2.hs
 

Methods in org.apache.hadoop.mapreduce.v2.hs that return JobsInfo
static JobsInfo CachedHistoryStorage.getPartialJobs(Collection<org.apache.hadoop.mapreduce.v2.app.job.Job> jobs, Long offset, Long count, String user, String queue, Long sBegin, Long sEnd, Long fBegin, Long fEnd, org.apache.hadoop.mapreduce.v2.api.records.JobState jobState)
           
 JobsInfo JobHistory.getPartialJobs(Long offset, Long count, String user, String queue, Long sBegin, Long sEnd, Long fBegin, Long fEnd, org.apache.hadoop.mapreduce.v2.api.records.JobState jobState)
          Look for a set of partial jobs.
 JobsInfo HistoryStorage.getPartialJobs(Long offset, Long count, String user, String queue, Long sBegin, Long sEnd, Long fBegin, Long fEnd, org.apache.hadoop.mapreduce.v2.api.records.JobState jobState)
          Look for a set of partial jobs.
 JobsInfo HistoryContext.getPartialJobs(Long offset, Long count, String user, String queue, Long sBegin, Long sEnd, Long fBegin, Long fEnd, org.apache.hadoop.mapreduce.v2.api.records.JobState jobState)
           
 JobsInfo CachedHistoryStorage.getPartialJobs(Long offset, Long count, String user, String queue, Long sBegin, Long sEnd, Long fBegin, Long fEnd, org.apache.hadoop.mapreduce.v2.api.records.JobState jobState)
           
 

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

Methods in org.apache.hadoop.mapreduce.v2.hs.webapp that return JobsInfo
 JobsInfo HsWebServices.getJobs(String userQuery, String count, String stateQuery, String queueQuery, String startedBegin, String startedEnd, String finishBegin, String finishEnd)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.