|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CoordinatorAction | |
|---|---|
| org.apache.oozie.client | |
| org.apache.oozie.client.rest | |
| Uses of CoordinatorAction in org.apache.oozie.client |
|---|
| Methods in org.apache.oozie.client that return CoordinatorAction | |
|---|---|
CoordinatorAction |
BulkResponse.getAction()
Return the coordinator action comprising this bulk object |
CoordinatorAction |
OozieClient.getCoordActionInfo(String actionId)
Get the info of a coordinator action. |
| Methods in org.apache.oozie.client that return types with arguments of type CoordinatorAction | |
|---|---|
List<CoordinatorAction> |
CoordinatorJob.getActions()
Return list of coordinator actions. |
List<CoordinatorAction> |
OozieClient.reRunCoord(String jobId,
String rerunType,
String scope,
boolean refresh,
boolean noCleanup)
Rerun coordinator actions. |
| Uses of CoordinatorAction in org.apache.oozie.client.rest |
|---|
| Methods in org.apache.oozie.client.rest that return CoordinatorAction | |
|---|---|
static CoordinatorAction |
JsonToBean.createCoordinatorAction(org.json.simple.JSONObject json)
Creates a coordinator action bean from a JSON object. |
| Methods in org.apache.oozie.client.rest that return types with arguments of type CoordinatorAction | |
|---|---|
static List<CoordinatorAction> |
JsonToBean.createCoordinatorActionList(org.json.simple.JSONArray json)
Creates a list of coordinator action beans from a JSON array. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||