Package | Description |
---|---|
org.apache.oozie.client | |
org.apache.oozie.client.rest |
Modifier and Type | Method and Description |
---|---|
BundleJob |
BulkResponse.getBundle()
Return the bundle comprising this bulk object
|
BundleJob |
OozieClient.getBundleJobInfo(String jobId)
Get the info of a bundle job.
|
Modifier and Type | Method and Description |
---|---|
List<BundleJob> |
OozieClient.getBundleJobsInfo(String filter,
int start,
int len)
Return the info of the bundle jobs that match the filter.
|
Modifier and Type | Method and Description |
---|---|
static BundleJob |
JsonToBean.createBundleJob(org.json.simple.JSONObject json)
Creates a bundle job bean from a JSON object.
|
Modifier and Type | Method and Description |
---|---|
static List<BundleJob> |
JsonToBean.createBundleJobList(org.json.simple.JSONArray json)
Creates a list of bundle job beans from a JSON array.
|
Copyright © 2018 Apache Software Foundation. All rights reserved.