Uses of Class
org.apache.hadoop.mapreduce.lib.jobcontrol.ControlledJob
Packages that use ControlledJob
-
Uses of ControlledJob in org.apache.hadoop.mapred.jobcontrol
Subclasses of ControlledJob in org.apache.hadoop.mapred.jobcontrol -
Uses of ControlledJob in org.apache.hadoop.mapreduce.lib.jobcontrol
Methods in org.apache.hadoop.mapreduce.lib.jobcontrol that return types with arguments of type ControlledJobModifier and TypeMethodDescriptionControlledJob.getDependentJobs()JobControl.getFailedJobList()JobControl.getReadyJobsList()JobControl.getRunningJobList()JobControl.getSuccessfulJobList()JobControl.getWaitingJobList()Methods in org.apache.hadoop.mapreduce.lib.jobcontrol with parameters of type ControlledJobModifier and TypeMethodDescriptionbooleanControlledJob.addDependingJob(ControlledJob dependingJob) Add a job to this jobs' dependency list.JobControl.addJob(ControlledJob aJob) Add a new controlled job.Method parameters in org.apache.hadoop.mapreduce.lib.jobcontrol with type arguments of type ControlledJobModifier and TypeMethodDescriptionvoidJobControl.addJobCollection(Collection<ControlledJob> jobs) Add a collection of jobsConstructor parameters in org.apache.hadoop.mapreduce.lib.jobcontrol with type arguments of type ControlledJobModifierConstructorDescriptionControlledJob(Job job, List<ControlledJob> dependingJobs) Construct a job.