|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BulkResponseImpl | |
|---|---|
| org.apache.oozie | |
| org.apache.oozie.client.rest | |
| Uses of BulkResponseImpl in org.apache.oozie |
|---|
| Methods in org.apache.oozie that return types with arguments of type BulkResponseImpl | |
|---|---|
List<BulkResponseImpl> |
BulkResponseInfo.getResponses()
Return the coordinator actions being returned. |
| Constructor parameters in org.apache.oozie with type arguments of type BulkResponseImpl | |
|---|---|
BulkResponseInfo(List<BulkResponseImpl> responses,
int start,
int len,
long total)
Create a bulk response info bean. |
|
| Uses of BulkResponseImpl in org.apache.oozie.client.rest |
|---|
| Method parameters in org.apache.oozie.client.rest with type arguments of type BulkResponseImpl | |
|---|---|
static org.json.simple.JSONArray |
BulkResponseImpl.toJSONArray(List<? extends BulkResponseImpl> responses,
String timeZoneId)
Convert a nodes list into a JSONArray. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||