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

Packages that use Job
org.apache.hadoop.mapred.jobcontrol   
 

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()
           
 

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
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.