| Package | Description |
|---|---|
| org.apache.hadoop.mapred.jobcontrol |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Job> |
Job.getDependingJobs() |
ArrayList<Job> |
JobControl.getFailedJobs() |
ArrayList<Job> |
JobControl.getReadyJobs() |
ArrayList<Job> |
JobControl.getRunningJobs() |
ArrayList<Job> |
JobControl.getSuccessfulJobs() |
ArrayList<Job> |
JobControl.getWaitingJobs() |
| Modifier and Type | Method and Description |
|---|---|
void |
JobControl.addJobs(Collection<Job> jobs)
Add a collection of jobs
|
Copyright © 2014 Apache Software Foundation. All Rights Reserved.