Package | Description |
---|---|
org.apache.hadoop.mapreduce.v2.hs | |
org.apache.hadoop.mapreduce.v2.hs.webapp |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
JobsInfo |
HsWebServices.getJobs(String userQuery,
String count,
String stateQuery,
String queueQuery,
String startedBegin,
String startedEnd,
String finishBegin,
String finishEnd) |
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.