Uses of Class
org.apache.hadoop.mapreduce.lib.jobcontrol.ControlledJob

Packages that use ControlledJob
org.apache.hadoop.mapred.jobcontrol Utilities for managing dependent jobs. 
org.apache.hadoop.mapreduce.lib.jobcontrol Utilities for managing dependent jobs. 
 

Uses of ControlledJob in org.apache.hadoop.mapred.jobcontrol
 

Subclasses of ControlledJob in org.apache.hadoop.mapred.jobcontrol
 class Job
           
 

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 ControlledJob
 List<ControlledJob> ControlledJob.getDependentJobs()
           
 List<ControlledJob> JobControl.getFailedJobList()
           
 List<ControlledJob> JobControl.getReadyJobsList()
           
 List<ControlledJob> JobControl.getRunningJobList()
           
 List<ControlledJob> JobControl.getSuccessfulJobList()
           
 List<ControlledJob> JobControl.getWaitingJobList()
           
 

Methods in org.apache.hadoop.mapreduce.lib.jobcontrol with parameters of type ControlledJob
 boolean ControlledJob.addDependingJob(ControlledJob dependingJob)
          Add a job to this jobs' dependency list.
 String JobControl.addJob(ControlledJob aJob)
          Add a new job.
 

Method parameters in org.apache.hadoop.mapreduce.lib.jobcontrol with type arguments of type ControlledJob
 void JobControl.addJobCollection(Collection<ControlledJob> jobs)
          Add a collection of jobs
 

Constructor parameters in org.apache.hadoop.mapreduce.lib.jobcontrol with type arguments of type ControlledJob
ControlledJob(Job job, List<ControlledJob> dependingJobs)
          Construct a job.
 



Copyright © 2009 The Apache Software Foundation