|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Job | |
---|---|
org.apache.hadoop.mapred.jobcontrol | |
org.apache.hadoop.mapreduce.lib.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()
|
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. |
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 |
Uses of Job in org.apache.hadoop.mapreduce.lib.jobcontrol |
---|
Methods in org.apache.hadoop.mapreduce.lib.jobcontrol with parameters of type Job | |
---|---|
String |
JobControl.addJob(Job aJob)
Add a new job. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |