|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BundleJobBean | |
|---|---|
| org.apache.oozie | |
| org.apache.oozie.command.bundle | |
| org.apache.oozie.executor.jpa | |
| org.apache.oozie.util | |
| Uses of BundleJobBean in org.apache.oozie |
|---|
| Methods in org.apache.oozie that return BundleJobBean | |
|---|---|
BundleJobBean |
BundleEngine.getBundleJob(String jobId)
|
| Methods in org.apache.oozie that return types with arguments of type BundleJobBean | |
|---|---|
List<BundleJobBean> |
BundleJobInfo.getBundleJobs()
Return the bundle jobs being returned. |
| Constructor parameters in org.apache.oozie with type arguments of type BundleJobBean | |
|---|---|
BundleJobInfo(List<BundleJobBean> jobs,
int start,
int len,
int total)
Create a bundle info bean. |
|
| Uses of BundleJobBean in org.apache.oozie.command.bundle |
|---|
| Methods in org.apache.oozie.command.bundle that return BundleJobBean | |
|---|---|
protected BundleJobBean |
BundleJobXCommand.execute()
|
| Constructors in org.apache.oozie.command.bundle with parameters of type BundleJobBean | |
|---|---|
BundlePauseXCommand(BundleJobBean bundleJob)
|
|
BundleUnpauseXCommand(BundleJobBean bundleJob)
|
|
| Uses of BundleJobBean in org.apache.oozie.executor.jpa |
|---|
| Methods in org.apache.oozie.executor.jpa that return BundleJobBean | |
|---|---|
BundleJobBean |
BundleJobGetJPAExecutor.execute(javax.persistence.EntityManager em)
|
| Methods in org.apache.oozie.executor.jpa that return types with arguments of type BundleJobBean | |
|---|---|
List<BundleJobBean> |
BundleJobsGetUnpausedJPAExecutor.execute(javax.persistence.EntityManager em)
|
List<BundleJobBean> |
BundleJobsGetRunningJPAExecutor.execute(javax.persistence.EntityManager em)
|
List<BundleJobBean> |
BundleJobsGetPendingJPAExecutor.execute(javax.persistence.EntityManager em)
|
List<BundleJobBean> |
BundleJobsGetPausedJPAExecutor.execute(javax.persistence.EntityManager em)
|
List<BundleJobBean> |
BundleJobsGetNeedStartJPAExecutor.execute(javax.persistence.EntityManager em)
|
List<BundleJobBean> |
BundleJobsGetForPurgeJPAExecutor.execute(javax.persistence.EntityManager em)
|
| Constructors in org.apache.oozie.executor.jpa with parameters of type BundleJobBean | |
|---|---|
BundleJobInsertJPAExecutor(BundleJobBean bundleJob)
|
|
BundleJobUpdateJPAExecutor(BundleJobBean bundleJob)
The constructor for class BundleJobUpdateJPAExecutor |
|
| Uses of BundleJobBean in org.apache.oozie.util |
|---|
| Methods in org.apache.oozie.util with parameters of type BundleJobBean | |
|---|---|
static void |
LogUtils.setLogInfo(BundleJobBean bBean,
XLog.Info logInfo)
Set the log info with the context of the given bundle bean. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||