Uses of Class
org.apache.hadoop.mapred.jobcontrol.Job

Packages that use Job
org.apache.hadoop.mapred.jobcontrol Utilities for managing dependent jobs. 
 

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

Methods in org.apache.hadoop.mapred.jobcontrol that return types with arguments of type Job
 ArrayList<Job> Job.getDependingJobs()
           
 ArrayList<Job> JobControl.getFailedJobs()
           
 ArrayList<Job> JobControl.getReadyJobs()
           
 ArrayList<Job> JobControl.getRunningJobs()
           
 ArrayList<Job> JobControl.getSuccessfulJobs()
           
 ArrayList<Job> JobControl.getWaitingJobs()
           
 

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

Method parameters in org.apache.hadoop.mapred.jobcontrol with type arguments of type Job
 void JobControl.addJobs(Collection<Job> jobs)
          Add a collection of jobs
 

Constructor parameters in org.apache.hadoop.mapred.jobcontrol with type arguments of type Job
Job(JobConf jobConf, ArrayList<Job> dependingJobs)
          Construct a job.
 



Copyright © 2009 The Apache Software Foundation