This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.crunch.hadoop.mapreduce.lib.jobcontrol.CrunchControlledJob (Apache Crunch 0.3.0-incubating API)

Uses of Class
org.apache.crunch.hadoop.mapreduce.lib.jobcontrol.CrunchControlledJob

Packages that use CrunchControlledJob
org.apache.crunch.hadoop.mapreduce.lib.jobcontrol   
org.apache.crunch.impl.mr.exec   
 

Uses of CrunchControlledJob in org.apache.crunch.hadoop.mapreduce.lib.jobcontrol
 

Methods in org.apache.crunch.hadoop.mapreduce.lib.jobcontrol that return types with arguments of type CrunchControlledJob
 List<CrunchControlledJob> CrunchControlledJob.getDependentJobs()
           
 List<CrunchControlledJob> CrunchJobControl.getFailedJobList()
           
 List<CrunchControlledJob> CrunchJobControl.getReadyJobsList()
           
 List<CrunchControlledJob> CrunchJobControl.getRunningJobList()
           
 List<CrunchControlledJob> CrunchJobControl.getSuccessfulJobList()
           
 List<CrunchControlledJob> CrunchJobControl.getWaitingJobList()
           
 

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

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

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

Uses of CrunchControlledJob in org.apache.crunch.impl.mr.exec
 

Subclasses of CrunchControlledJob in org.apache.crunch.impl.mr.exec
 class CrunchJob
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.