|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorkflowJob | |
---|---|
org.apache.oozie | |
org.apache.oozie.action | |
org.apache.oozie.client | |
org.apache.oozie.client.rest | |
org.apache.oozie.command.wf |
Uses of WorkflowJob in org.apache.oozie |
---|
Classes in org.apache.oozie that implement WorkflowJob | |
---|---|
class |
WorkflowJobBean
|
Methods in org.apache.oozie that return WorkflowJob | |
---|---|
abstract WorkflowJob |
BaseEngine.getJob(String jobId)
Return the info about a wf job. |
WorkflowJob |
CoordinatorEngine.getJob(String jobId)
|
WorkflowJob |
DagEngine.getJob(String jobId)
Return the info about a job. |
abstract WorkflowJob |
BaseEngine.getJob(String jobId,
int start,
int length)
Return the info about a wf job with actions subset. |
WorkflowJob |
CoordinatorEngine.getJob(String jobId,
int start,
int length)
|
WorkflowJob |
DagEngine.getJob(String jobId,
int start,
int length)
Return the info about a job with actions subset. |
WorkflowJob |
LocalOozieClient.getJobInfo(String jobId)
Get the info of a workflow job. |
WorkflowJob |
LocalOozieClientCoord.getJobInfo(String jobId)
Deprecated. |
Methods in org.apache.oozie that return types with arguments of type WorkflowJob | |
---|---|
List<WorkflowJob> |
LocalOozieClient.getJobsInfo(String filter)
Return the info of the workflow jobs that match the filter. |
List<WorkflowJob> |
LocalOozieClientCoord.getJobsInfo(String filter)
Deprecated. |
List<WorkflowJob> |
LocalOozieClient.getJobsInfo(String filter,
int start,
int len)
Return the info of the workflow jobs that match the filter. |
List<WorkflowJob> |
LocalOozieClientCoord.getJobsInfo(String filter,
int start,
int len)
Deprecated. |
Uses of WorkflowJob in org.apache.oozie.action |
---|
Methods in org.apache.oozie.action that return WorkflowJob | |
---|---|
WorkflowJob |
ActionExecutor.Context.getWorkflow()
Return the workflow job. |
Uses of WorkflowJob in org.apache.oozie.client |
---|
Methods in org.apache.oozie.client that return WorkflowJob | |
---|---|
WorkflowJob |
OozieClient.getJobInfo(String jobId)
Get the info of a workflow job. |
WorkflowJob |
OozieClient.getJobInfo(String jobId,
int start,
int len)
Get the info of a workflow job and subset actions. |
Methods in org.apache.oozie.client that return types with arguments of type WorkflowJob | |
---|---|
List<WorkflowJob> |
OozieClient.getJobsInfo(String filter)
Return the info of the workflow jobs that match the filter. |
List<WorkflowJob> |
OozieClient.getJobsInfo(String filter,
int start,
int len)
Return the info of the workflow jobs that match the filter. |
Uses of WorkflowJob in org.apache.oozie.client.rest |
---|
Classes in org.apache.oozie.client.rest that implement WorkflowJob | |
---|---|
class |
JsonWorkflowJob
Json Bean that represents an Oozie workflow job. |
Methods in org.apache.oozie.client.rest that return types with arguments of type WorkflowJob | |
---|---|
static List<WorkflowJob> |
JsonWorkflowJob.fromJSONArray(org.json.simple.JSONArray array)
Convert a JSONArray into a workflows list. |
Uses of WorkflowJob in org.apache.oozie.command.wf |
---|
Methods in org.apache.oozie.command.wf that return WorkflowJob | |
---|---|
WorkflowJob |
ActionCommand.ActionExecutorContext.getWorkflow()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |