| Package | Description | 
|---|---|
| org.apache.hadoop.mapred.jobcontrol | |
| org.apache.hadoop.mapreduce.lib.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 | 
|---|---|
boolean | 
Job.addDependingJob(Job dependingJob)
Add a job to this jobs' dependency list. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JobControl.addJobs(Collection<Job> jobs)
Add a collection of jobs 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
JobControl.addJob(Job aJob)
Add a new job. 
 | 
Copyright © 2022 Apache Software Foundation. All rights reserved.