|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JsonCoordinatorAction | |
|---|---|
| org.apache.oozie | |
| org.apache.oozie.client | |
| org.apache.oozie.client.rest | |
| Uses of JsonCoordinatorAction in org.apache.oozie |
|---|
| Subclasses of JsonCoordinatorAction in org.apache.oozie | |
|---|---|
class |
CoordinatorActionBean
|
| Methods in org.apache.oozie that return types with arguments of type JsonCoordinatorAction | |
|---|---|
java.util.List<JsonCoordinatorAction> |
LocalOozieClientCoord.reRunCoord(java.lang.String jobId,
java.lang.String rerunType,
java.lang.String scope,
boolean refresh,
boolean noCleanup)
Rerun coordinator actions. |
| Uses of JsonCoordinatorAction in org.apache.oozie.client |
|---|
| Methods in org.apache.oozie.client that return types with arguments of type JsonCoordinatorAction | |
|---|---|
java.util.List<JsonCoordinatorAction> |
OozieClient.reRunCoord(java.lang.String jobId,
java.lang.String rerunType,
java.lang.String scope,
boolean refresh,
boolean noCleanup)
Rerun coordinator actions. |
| Uses of JsonCoordinatorAction in org.apache.oozie.client.rest |
|---|
| Methods in org.apache.oozie.client.rest that return types with arguments of type JsonCoordinatorAction | |
|---|---|
static java.util.List<JsonCoordinatorAction> |
JsonCoordinatorAction.fromJSONArray(org.json.simple.JSONArray array)
Convert a JSONArray into a nodes list. |
| Method parameters in org.apache.oozie.client.rest with type arguments of type JsonCoordinatorAction | |
|---|---|
void |
JsonCoordinatorJob.setActions(java.util.List<? extends JsonCoordinatorAction> nodes)
|
static org.json.simple.JSONArray |
JsonCoordinatorAction.toJSONArray(java.util.List<? extends JsonCoordinatorAction> actions)
Convert a nodes list into a JSONArray. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||