|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.oozie.BulkResponseInfo
public class BulkResponseInfo
Class that stores the entire retrieved info from the bulk request command along with params for pagination of the results Query execution in BulkJPAExecutor returns an object of BulkResponseInfo class
Constructor Summary | |
---|---|
BulkResponseInfo(List<BulkResponseImpl> responses,
int start,
int len,
long total)
Create a bulk response info bean. |
Method Summary | |
---|---|
int |
getLen()
Return the number of the bulk entries being returned. |
List<BulkResponseImpl> |
getResponses()
Return the coordinator actions being returned. |
int |
getStart()
Return the offset of the bulk entries being returned. |
long |
getTotal()
Return the total number of bulk entries. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BulkResponseInfo(List<BulkResponseImpl> responses, int start, int len, long total)
bundle
- job being returned.start
- bulk entries offset.len
- number of bulk entries.total
- total bulk entries.Method Detail |
---|
public List<BulkResponseImpl> getResponses()
public int getStart()
public int getLen()
public long getTotal()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |