| Package | Description | 
|---|---|
| org.apache.hadoop.mapred.jobcontrol | |
| org.apache.hadoop.mapreduce.lib.jobcontrol | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | Job | 
| Modifier and Type | Method and Description | 
|---|---|
| List<ControlledJob> | ControlledJob. getDependentJobs() | 
| List<ControlledJob> | JobControl. getFailedJobList() | 
| List<ControlledJob> | JobControl. getReadyJobsList() | 
| List<ControlledJob> | JobControl. getRunningJobList() | 
| List<ControlledJob> | JobControl. getSuccessfulJobList() | 
| List<ControlledJob> | JobControl. getWaitingJobList() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | ControlledJob. addDependingJob(ControlledJob dependingJob)Add a job to this jobs' dependency list. | 
| String | JobControl. addJob(ControlledJob aJob)Add a new controlled job. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | JobControl. addJobCollection(Collection<ControlledJob> jobs)Add a collection of jobs | 
| Constructor and Description | 
|---|
| ControlledJob(Job job,
             List<ControlledJob> dependingJobs)Construct a job. | 
Copyright © 2025 Apache Software Foundation. All rights reserved.