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