| Interface | Description |
|---|---|
| JPAExecutor<T> |
Executor pattern interface that gives access to an
EntityManager. |
| Class | Description |
|---|---|
| BatchQueryExecutor |
Query Executor that provides API to run multiple update/insert queries in one
transaction.
|
| BatchQueryExecutor.UpdateEntry<E extends Enum<E>> | |
| BinaryBlobValueHandler | |
| BulkJPAExecutor |
The query executor class for bulk monitoring queries i.e.
|
| BundleActionGetJPAExecutor |
Load the BundleAction into a Bean and return it.
|
| BundleActionInsertJPAExecutor |
Persist the BundleAction bean.
|
| BundleActionQueryExecutor |
Query Executor that provides API to run query for Bundle Action
|
| BundleActionsCountForJobGetJPAExecutor |
Load the number of actions for a bundle job.
|
| BundleJobGetCoordinatorsJPAExecutor |
Load the coordinators for specified bundle in the Coordinator job bean
|
| BundleJobGetForUserJPAExecutor |
Retrieve the name of the user submitting the bundle job
|
| BundleJobGetJPAExecutor |
Load the BundleJob into a Bean and return it.
|
| BundleJobInfoGetJPAExecutor |
Load the BundleInfo and return it.
|
| BundleJobInsertJPAExecutor |
Persist the BundleJob bean.
|
| BundleJobQueryExecutor |
Query Executor that provides API to run query for Bundle Job
|
| BundleJobsDeleteJPAExecutor |
Delete Bundle job, its list of actions and return the number of actions that were deleted.
|
| BundleJobsGetForPurgeJPAExecutor |
Load the list of completed BundleJob for purge ready.
|
| BundleJobsGetNeedStartJPAExecutor |
Get a list of bundle Jobs that need to be started;
|
| BundleJobsGetPausedJPAExecutor |
Get a list of paused bundle Jobs;
|
| BundleJobsGetRunningOrPendingJPAExecutor |
Get a list of Bundle Jobs that are are RUNNING or RUNNINGWITHERROR status or the pending flag is 1.
|
| BundleJobsGetUnpausedJPAExecutor |
Get a list of unpaused bundle Jobs;
|
| CoordActionGetForCheckJPAExecutor |
JPAExecutor to get attributes of CoordinatorActionBean required by CoordActionCheckCommand
|
| CoordActionGetForExternalIdJPAExecutor |
Load coordinator action by externalId.
|
| CoordActionGetForInfoJPAExecutor |
Load the CoordinatorAction into a Bean and return it.
|
| CoordActionGetForInputCheckJPAExecutor |
JPAExecutor to get attributes of CoordinatorActionBean required by CoordActionInputCheckXCommand
|
| CoordActionGetForSLAJPAExecutor |
JPAExecutor to get attributes of CoordinatorActionBean required by SLAService on restart
|
| CoordActionGetForStartJPAExecutor |
JPAExecutor to get attributes of CoordinatorActionBean required by CoordActionStartXCommand
|
| CoordActionGetForTimeoutJPAExecutor |
JPAExecutor to get attributes of CoordinatorActionBean required by CoordActionTimeoutXCommand
|
| CoordActionGetJPAExecutor |
Load the CoordinatorAction into a Bean and return it.
|
| CoordActionInsertJPAExecutor |
Persist the CoordinatorAction bean.
|
| CoordActionQueryExecutor |
Query Executor that provides API to run query for Coordinator Action
|
| CoordActionRemoveJPAExecutor |
Deletes the coordinator action if its in WAITING or READY state.
|
| CoordActionsActiveCountJPAExecutor |
Load the number of running actions for a coordinator job.
|
| CoordActionsCountForJobIdJPAExecutor |
Load the number of running actions for a coordinator job.
|
| CoordActionsDeleteJPAExecutor |
Delete Coord actions of long running coordinators, return the number of actions that were deleted.
|
| CoordActionsGetForRecoveryJPAExecutor | |
| CoordActionsGetReadyGroupbyJobIDJPAExecutor | |
| CoordActionsPendingFalseCountGetJPAExecutor |
Load the number of pending actions for a coordinator job.
|
| CoordActionsPendingFalseStatusCountGetJPAExecutor |
Load the number of pending actions for a status for a coordinator job.
|
| CoordActionsRunningGetJPAExecutor |
Load the list of running CoordinatorAction and return the list.
|
| CoordinatorJobGetForUserAppnameJPAExecutor |
DB query executor to fetch columns 'user' and 'appName' from Coordinator Job table
|
| CoordinatorJobGetForUserJPAExecutor |
Retrieve the name of user submitting coordinator
|
| CoordJobDeleteJPAExecutor |
Delete coord job
|
| CoordJobGetActionByActionNumberJPAExecutor |
Load the CoordinatorJob into a Bean and return it.
|
| CoordJobGetActionForNominalTimeJPAExecutor |
Load coordinator action by nominal time.
|
| CoordJobGetActionIdsForDateRangeJPAExecutor |
Load coordinator action ids by date range.
|
| CoordJobGetActionModifiedDateForRangeJPAExecutor | |
| CoordJobGetActionRunningCountForRangeJPAExecutor | |
| CoordJobGetActionsByDatesForKillJPAExecutor |
Load non-terminal coordinator actions by dates.
|
| CoordJobGetActionsForDatesJPAExecutor |
Load coordinator actions by dates.
|
| CoordJobGetActionsJPAExecutor |
Load coordinator actions for a coordinator job.
|
| CoordJobGetActionsNotCompletedJPAExecutor |
Load the Coordinator actions which are not completed for a given Coordinator job
|
| CoordJobGetActionsRunningJPAExecutor |
Load the running Coordinator actions for a given Coordinator job
|
| CoordJobGetActionsStatusJPAExecutor |
Get the status of Coordinator actions for a given Coordinator job
|
| CoordJobGetActionsSubsetJPAExecutor |
Load coordinator actions by offset and len (a subset) for a coordinator job.
|
| CoordJobGetActionsSuspendedJPAExecutor |
Load the suspended Coordinator actions of a given Coordinator job
|
| CoordJobGetJPAExecutor |
Load the CoordinatorJob into a Bean and return it.
|
| CoordJobGetPendingActionsCountJPAExecutor |
Get the count of pending coordinator actions of a coordinator job
|
| CoordJobGetReadyActionsJPAExecutor |
Load coordinator actions in READY state for a coordinator job.
|
| CoordJobGetRunningActionsCountJPAExecutor |
Load the number of running actions for a coordinator job.
|
| CoordJobInfoGetJPAExecutor |
Load the CoordinatorInfo and return it.
|
| CoordJobInsertJPAExecutor |
Persist the CoordinatorJob bean.
|
| CoordJobQueryExecutor |
Query Executor that provides API to run query for Coordinator Job
|
| CoordJobsCountNotForPurgeFromParentIdJPAExecutor |
Count the number of Coordinator children of a parent bundle that are not ready to be purged
|
| CoordJobsDeleteJPAExecutor |
Delete Coord job, its list of actions and return the number of actions that were deleted.
|
| CoordJobsGetForPurgeJPAExecutor |
Load the list of completed CoordinatorJob for purge ready.
|
| CoordJobsGetFromParentIdJPAExecutor |
Load the list of CoordinatorJob with the passed in parentId
|
| CoordJobsGetPausedJPAExecutor |
Get a list of paused bundle Jobs;
|
| CoordJobsGetPendingJPAExecutor |
Get a list of Coordinator Jobs that are in pending.
|
| CoordJobsGetUnpausedJPAExecutor |
Get a list of unpaused Coordinator Jobs;
|
| CoordJobsToBeMaterializedJPAExecutor |
JPA command to get coordinator jobs which are qualify for Materialization.
|
| QueryExecutor<T,E extends Enum<E>> |
Base Class of Query Executor
|
| SLAEventInsertJPAExecutor | Deprecated |
| SLAEventsGetForFilterJPAExecutor | Deprecated |
| SLAEventsGetForSeqIdJPAExecutor | Deprecated |
| SLAEventsGetJPAExecutor | Deprecated |
| SLARegistrationQueryExecutor |
Query Executor for SLA Event
|
| SLASummaryQueryExecutor |
Query Executor for SLA Event
|
| StringBlobValueHandler | |
| WorkflowActionDeleteJPAExecutor | |
| WorkflowActionGetForSLAJPAExecutor |
Retrieve the workflow action bean for sla service
|
| WorkflowActionGetJPAExecutor |
Load the WorkflowAction into a Bean and return it.
|
| WorkflowActionInsertJPAExecutor |
Persist the WorkflowAction bean.
|
| WorkflowActionQueryExecutor |
Query Executor that provides API to run query for Workflow Action
|
| WorkflowActionRetryManualGetJPAExecutor | |
| WorkflowActionsGetForJobJPAExecutor |
Load the list of WorkflowAction for a WorkflowJob and return the list.
|
| WorkflowActionSubsetGetJPAExecutor |
JPA Command to get subset of workflow actions for a particular workflow.
|
| WorkflowIdGetForExternalIdJPAExecutor |
Get the Workflow ID with given external ID which will be assigned for the subworkflows.
|
| WorkflowInfoWithActionsSubsetGetJPAExecutor |
This JPA Executor is responsible for getting the Workflow job with actions in certain range.
|
| WorkflowJobDeleteJPAExecutor |
Delete workflow job
|
| WorkflowJobGetActionsJPAExecutor |
Load workflow actions for a workflow job.
|
| WorkflowJobGetForSLAJPAExecutor |
Retrieve the workflow job bean for sla service
|
| WorkflowJobGetForUserJPAExecutor |
Retrieve the name of user submitting workflow
|
| WorkflowJobGetJPAExecutor |
Load the WorkflowJob into a Bean and return it.
|
| WorkflowJobInsertJPAExecutor |
Persist the WorkflowJob bean.
|
| WorkflowJobQueryExecutor |
Query Executor that provides API to run query for Workflow Job
|
| WorkflowJobsCountNotForPurgeFromCoordParentIdJPAExecutor |
Count the number of Workflow children of a parent Coordinator that are not ready to be purged
|
| WorkflowJobsCountNotForPurgeFromWorkflowParentIdJPAExecutor |
Count the number of Workflow children of a parent Workflow that are not ready to be purged
|
| WorkflowJobsDeleteJPAExecutor |
Delete WF job, its list of actions and return the number of actions that were deleted.
|
| WorkflowJobsGetForPurgeJPAExecutor |
Load the list of completed WorkflowJob for purge ready.
|
| WorkflowJobsGetFromCoordParentIdJPAExecutor |
Load the list of WorkflowJob with the passed in coordinator parentId.
|
| WorkflowJobsGetFromWorkflowParentIdJPAExecutor |
Load the list of WorkflowJob with the passed in workflow parentId
|
| WorkflowsJobGetJPAExecutor |
| Exception | Description |
|---|---|
| JPAExecutorException |
Exception thrown by
JPAExecutors. |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.