|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CoordinatorJob | |
---|---|
org.apache.oozie | |
org.apache.oozie.client | |
org.apache.oozie.client.rest |
Uses of CoordinatorJob in org.apache.oozie |
---|
Classes in org.apache.oozie that implement CoordinatorJob | |
---|---|
class |
CoordinatorJobBean
|
Methods in org.apache.oozie that return CoordinatorJob | |
---|---|
abstract CoordinatorJob |
BaseEngine.getCoordJob(String jobId)
Return the info about a coord job. |
CoordinatorJob |
DagEngine.getCoordJob(String jobId)
|
abstract CoordinatorJob |
BaseEngine.getCoordJob(String jobId,
int start,
int length)
Return the info about a coord job with actions subset. |
CoordinatorJob |
DagEngine.getCoordJob(String jobId,
int start,
int length)
|
CoordinatorJob |
LocalOozieClientCoord.getCoordJobInfo(String jobId)
Get the info of a coordinator job. |
Methods in org.apache.oozie that return types with arguments of type CoordinatorJob | |
---|---|
List<CoordinatorJob> |
LocalOozieClientCoord.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 |
---|
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> |
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 |
---|
Classes in org.apache.oozie.client.rest that implement CoordinatorJob | |
---|---|
class |
JsonCoordinatorJob
|
Methods in org.apache.oozie.client.rest that return types with arguments of type CoordinatorJob | |
---|---|
static List<CoordinatorJob> |
JsonCoordinatorJob.fromJSONArray(org.json.simple.JSONArray applications)
Convert a JSONArray into a application list. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |