Package | Description |
---|---|
org.apache.oozie.client | |
org.apache.oozie.client.rest |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
List<WorkflowJob> |
OozieClient.getWfsForCoordAction(String coordActionId) |
Modifier and Type | Method and Description |
---|---|
static WorkflowJob |
JsonToBean.createWorkflowJob(org.json.simple.JSONObject json)
Creates a workflow job bean from a JSON object.
|
Modifier and Type | Method and Description |
---|---|
static List<WorkflowJob> |
JsonToBean.createWorkflowJobList(org.json.simple.JSONArray json)
Creates a list of workflow job beans from a JSON array.
|
Copyright © 2018 Apache Software Foundation. All rights reserved.