Package | Description |
---|---|
org.apache.oozie | |
org.apache.oozie.client.rest | |
org.apache.oozie.command.bundle | |
org.apache.oozie.executor.jpa | |
org.apache.oozie.service | |
org.apache.oozie.util |
Modifier and Type | Method and Description |
---|---|
BundleJobBean |
BundleEngine.getBundleJob(String jobId) |
Modifier and Type | Method and Description |
---|---|
List<BundleJobBean> |
BundleJobInfo.getBundleJobs()
Return the bundle jobs being returned.
|
Constructor and Description |
---|
BundleJobInfo(List<BundleJobBean> jobs,
int start,
int len,
int total)
Create a bundle info bean.
|
Modifier and Type | Method and Description |
---|---|
BundleJobBean |
BulkResponseImpl.getBundle() |
Modifier and Type | Method and Description |
---|---|
void |
BulkResponseImpl.setBundle(BundleJobBean bj)
Sets the bundle comprising this bulk response object
|
Modifier and Type | Method and Description |
---|---|
protected BundleJobBean |
BundleJobXCommand.execute() |
Constructor and Description |
---|
BundlePauseXCommand(BundleJobBean bundleJob) |
BundleUnpauseXCommand(BundleJobBean bundleJob) |
Modifier and Type | Method and Description |
---|---|
BundleJobBean |
BundleJobGetJPAExecutor.execute(javax.persistence.EntityManager em) |
Modifier and Type | Method and Description |
---|---|
List<BundleJobBean> |
BundleJobsGetNeedStartJPAExecutor.execute(javax.persistence.EntityManager em) |
List<BundleJobBean> |
BundleJobsGetRunningOrPendingJPAExecutor.execute(javax.persistence.EntityManager em) |
List<BundleJobBean> |
BundleJobsGetPausedJPAExecutor.execute(javax.persistence.EntityManager em) |
List<BundleJobBean> |
BundleJobsGetUnpausedJPAExecutor.execute(javax.persistence.EntityManager em) |
Constructor and Description |
---|
BundleJobInsertJPAExecutor(BundleJobBean bundleJob) |
BundleJobUpdateJPAExecutor(BundleJobBean bundleJob)
The constructor for class
BundleJobUpdateJPAExecutor |
Modifier and Type | Method and Description |
---|---|
List<BundleJobBean> |
StatusTransitService.StatusTransitRunnable.removeDuplicates(List<BundleJobBean> pendingJobList) |
Modifier and Type | Method and Description |
---|---|
List<BundleJobBean> |
StatusTransitService.StatusTransitRunnable.removeDuplicates(List<BundleJobBean> pendingJobList) |
Modifier and Type | Method and Description |
---|---|
static void |
LogUtils.setLogInfo(BundleJobBean bBean,
XLog.Info logInfo)
Set the log info with the context of the given bundle bean.
|
Copyright © 2015 Apache Software Foundation. All Rights Reserved.