Generated by
JDiff

Class org.apache.hadoop.mapred.jobcontrol.JobControl

Changed Methods
void addJobs(Collection) Change in signature from Job> to Collection.
Add a collection of jobs
ArrayList getFailedJobs() Change in return type from Job> to ArrayList.
 
ArrayList getReadyJobs() Change in return type from Job> to ArrayList.
@return the jobs in the ready state
ArrayList getRunningJobs() Change in return type from Job> to ArrayList.
@return the jobs in the running state
ArrayList getSuccessfulJobs() Change in return type from Job> to ArrayList.
@return the jobs in the success state
ArrayList getWaitingJobs() Change in return type from Job> to ArrayList.
@return the jobs in the waiting state