|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CoordinatorJob | |
|---|---|
| org.apache.oozie.client | |
| org.apache.oozie.client.rest | |
| Uses of CoordinatorJob in org.apache.oozie.client |
|---|
| Methods in org.apache.oozie.client that return CoordinatorJob | |
|---|---|
CoordinatorJob |
OozieClient.getCoordJobInfo(String jobId)
Get the info of a coordinator job. |
CoordinatorJob |
OozieClient.getCoordJobInfo(String jobId,
int start,
int len)
Get the info of a coordinator job and subset actions. |
| Methods in org.apache.oozie.client that return types with arguments of type CoordinatorJob | |
|---|---|
List<CoordinatorJob> |
BundleJob.getCoordinators()
Return the list of CoordinatorJob. |
List<CoordinatorJob> |
OozieClient.getCoordJobsInfo(String filter,
int start,
int len)
Return the info of the coordinator jobs that match the filter. |
| Uses of CoordinatorJob in org.apache.oozie.client.rest |
|---|
| Methods in org.apache.oozie.client.rest that return CoordinatorJob | |
|---|---|
static CoordinatorJob |
JsonToBean.createCoordinatorJob(org.json.simple.JSONObject json)
Creates a coordinator job bean from a JSON object. |
| Methods in org.apache.oozie.client.rest that return types with arguments of type CoordinatorJob | |
|---|---|
static List<CoordinatorJob> |
JsonToBean.createCoordinatorJobList(org.json.simple.JSONArray json)
Creates a list of coordinator job beans from a JSON array. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||