Package | Description |
---|---|
org.apache.oozie | |
org.apache.oozie.command.bundle | |
org.apache.oozie.executor.jpa |
Modifier and Type | Method and Description |
---|---|
BundleJobInfo |
BundleEngine.getBundleJobs(String filter,
int start,
int len)
Get bundle jobs
|
BundleJobInfo |
BundleEngine.killJobs(String filter,
int start,
int len)
return a list of killed Bundle job
|
BundleJobInfo |
BundleEngine.resumeJobs(String filter,
int start,
int len)
return a list of resumed Bundle job
|
BundleJobInfo |
BundleEngine.suspendJobs(String filter,
int start,
int len)
return a list of suspended Bundle job
|
Modifier and Type | Method and Description |
---|---|
static org.json.simple.JSONObject |
OozieJsonFactory.getBundleJSONObject(BundleJobInfo jobs,
String timeZoneId) |
Modifier and Type | Method and Description |
---|---|
protected BundleJobInfo |
BundleJobsXCommand.execute() |
protected BundleJobInfo |
BulkBundleXCommand.execute() |
Modifier and Type | Method and Description |
---|---|
BundleJobInfo |
BundleJobInfoGetJPAExecutor.execute(javax.persistence.EntityManager em) |
Copyright © 2018 Apache Software Foundation. All rights reserved.