| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.oozie.CoordinatorJobInfo
public class CoordinatorJobInfo
| Constructor Summary | |
|---|---|
CoordinatorJobInfo(List<CoordinatorJobBean> jobs,
                                     int start,
                                     int len,
                                     int total)
Create a coordinator info bean.  | 
|
| Method Summary | |
|---|---|
 List<CoordinatorJobBean> | 
getCoordJobs()
Return the coordiantor jobs being returned.  | 
 int | 
getLen()
Return the number of the workflows being returned.  | 
 int | 
getStart()
Return the offset of the workflows being returned.  | 
 int | 
getTotal()
Return the total number of workflows.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public CoordinatorJobInfo(List<CoordinatorJobBean> jobs,
                          int start,
                          int len,
                          int total)
coordiantor - jobs being returned.start - coordiantor jobs offset.len - number of coordiantor jobs.total - total coordiantor jobs.| Method Detail | 
|---|
public List<CoordinatorJobBean> getCoordJobs()
public int getStart()
public int getLen()
public int getTotal()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||