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()
          Deprecated.  
 ArrayList<Job> JobControl.getFailedJobs()
          Deprecated.  
 ArrayList<Job> JobControl.getReadyJobs()
          Deprecated.  
 ArrayList<Job> JobControl.getRunningJobs()
          Deprecated.  
 ArrayList<Job> JobControl.getSuccessfulJobs()
          Deprecated.  
 ArrayList<Job> JobControl.getWaitingJobs()
          Deprecated.  
 

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



Copyright © 2011 Apache Software Foundation. All Rights Reserved.