public class CoordinatorJobInfo extends Object
| Constructor and Description |
|---|
CoordinatorJobInfo(List<CoordinatorJobBean> jobs,
int start,
int len,
int total)
Create a coordinator info bean.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.public List<CoordinatorJobBean> getCoordJobs()
public int getStart()
public int getLen()
public int getTotal()
Copyright © 2015 Apache Software Foundation. All Rights Reserved.