Uses of Interface
org.apache.oozie.executor.jpa.JPAExecutor

Packages that use JPAExecutor
org.apache.oozie.executor.jpa   
org.apache.oozie.service   
 

Uses of JPAExecutor in org.apache.oozie.executor.jpa
 

Classes in org.apache.oozie.executor.jpa that implement JPAExecutor
 class BulkDeleteForPurgeJPAExecutor
          Delete job, its list of actions and return the number of actions been deleted.
 class BulkJPAExecutor
          The query executor class for bulk monitoring queries i.e.
 class BulkUpdateDeleteJPAExecutor
          Class for updating and deleting beans in bulk
 class BulkUpdateInsertForCoordActionStartJPAExecutor
          Class for inserting and updating beans in bulk
 class BulkUpdateInsertForCoordActionStatusJPAExecutor
          Class for inserting and updating beans in bulk
 class BulkUpdateInsertJPAExecutor
          Class for inserting and updating beans in bulk
 class BundleActionGetJPAExecutor
          Load the BundleAction into a Bean and return it.
 class BundleActionInsertJPAExecutor
          Persist the BundleAction bean.
 class BundleActionsCountForJobGetJPAExecutor
          Load the number of actions for a bundle job.
 class BundleActionsGetByLastModifiedTimeJPAExecutor
          Load the list of BundleAction ordered by lastModifiedTime
 class BundleActionsGetJPAExecutor
          Load the list of BundleAction return it.
 class BundleActionsGetStatusPendingJPAExecutor
          Load the list of BundleAction return it.
 class BundleActionsGetWaitingOlderJPAExecutor
           
 class BundleActionUpdateJPAExecutor
          Update the given bundle action bean to DB.
 class BundleJobGetCoordinatorsJPAExecutor
          Load the coordinators for specified bundle in the Coordinator job bean
 class BundleJobGetJPAExecutor
          Load the BundleJob into a Bean and return it.
 class BundleJobInfoGetJPAExecutor
          Load the BundleInfo and return it.
 class BundleJobInsertJPAExecutor
          Persist the BundleJob bean.
 class BundleJobsGetForPurgeJPAExecutor
          Load the list of completed BundleJob for purge ready.
 class BundleJobsGetNeedStartJPAExecutor
          Get a list of bundle Jobs that need to be started;
 class BundleJobsGetPausedJPAExecutor
          Get a list of paused bundle Jobs;
 class BundleJobsGetRunningOrPendingJPAExecutor
          Get a list of Bundle Jobs that are are RUNNING or RUNNINGWITHERROR status or the pending flag is 1.
 class BundleJobsGetUnpausedJPAExecutor
          Get a list of unpaused bundle Jobs;
 class BundleJobUpdateJPAExecutor
          Update the given bundle job bean to DB.
 class CoordActionGetForCheckJPAExecutor
          JPAExecutor to get attributes of CoordinatorActionBean required by CoordActionCheckCommand
 class CoordActionGetForExternalIdJPAExecutor
          Load coordinator action by externalId.
 class CoordActionGetForInfoJPAExecutor
          Load the CoordinatorAction into a Bean and return it.
 class CoordActionGetForInputCheckJPAExecutor
          JPAExecutor to get attributes of CoordinatorActionBean required by CoordActionInputCheckXCommand
 class CoordActionGetForStartJPAExecutor
          JPAExecutor to get attributes of CoordinatorActionBean required by CoordActionStartXCommand
 class CoordActionGetForTimeoutJPAExecutor
          JPAExecutor to get attributes of CoordinatorActionBean required by CoordActionTimeoutXCommand
 class CoordActionGetJPAExecutor
          Load the CoordinatorAction into a Bean and return it.
 class CoordActionInsertJPAExecutor
          Persist the CoordinatorAction bean.
 class CoordActionRemoveJPAExecutor
          Deletes the coordinator action if its in WAITING or READY state.
 class CoordActionsActiveCountJPAExecutor
          Load the number of running actions for a coordinator job.
 class CoordActionsGetByLastModifiedTimeJPAExecutor
          Load the list of CoordinatorAction ordered by lastModifiedTime
 class CoordActionsGetForRecoveryJPAExecutor
           
 class CoordActionsGetReadyGroupbyJobIDJPAExecutor
           
 class CoordActionsPendingFalseCountGetJPAExecutor
          Load the number of pending actions for a coordinator job.
 class CoordActionsPendingFalseStatusCountGetJPAExecutor
          Load the number of pending actions for a status for a coordinator job.
 class CoordActionsRunningGetJPAExecutor
          Load the list of running CoordinatorAction and return the list.
 class CoordActionUpdateForInputCheckJPAExecutor
          Updates the action status, pending status, last modified time, actionXml and missingDependencies of CoordinatorAction and persists it.
 class CoordActionUpdateForModifiedTimeJPAExecutor
          Updates the last modified time of CoordinatorAction and persists it.
 class CoordActionUpdateJPAExecutor
          Update the CoordinatorAction into a Bean and persist it
 class CoordActionUpdateStatusJPAExecutor
          Updates the action status, pending status and last modified time of CoordinatorAction and persists it.
 class CoordJobDeleteJPAExecutor
          Delete coord job
 class CoordJobGetActionByActionNumberJPAExecutor
          Load the CoordinatorJob into a Bean and return it.
 class CoordJobGetActionForNominalTimeJPAExecutor
          Load coordinator action by nominal time.
 class CoordJobGetActionIdsForDateRangeJPAExecutor
          Load coordinator action ids by date range.
 class CoordJobGetActionsForDatesJPAExecutor
          Load coordinator actions by dates.
 class CoordJobGetActionsJPAExecutor
          Load coordinator actions for a coordinator job.
 class CoordJobGetActionsNotCompletedJPAExecutor
          Load the Coordinator actions which are not completed for a given Coordinator job
 class CoordJobGetActionsRunningJPAExecutor
          Load the running Coordinator actions for a given Coordinator job
 class CoordJobGetActionsStatusJPAExecutor
          Get the status of Coordinator actions for a given Coordinator job
 class CoordJobGetActionsSubsetJPAExecutor
          Load coordinator actions by start and len (a subset) for a coordinator job.
 class CoordJobGetActionsSuspendedJPAExecutor
          Load the suspended Coordinator actions of a given Coordinator job
 class CoordJobGetJPAExecutor
          Load the CoordinatorJob into a Bean and return it.
 class CoordJobGetPendingActionsCountJPAExecutor
          Get the count of pending coordinator actions of a coordinator job
 class CoordJobGetReadyActionsJPAExecutor
          Load coordinator actions in READY state for a coordinator job.
 class CoordJobGetRunningActionsCountJPAExecutor
          Load the number of running actions for a coordinator job.
 class CoordJobInfoGetJPAExecutor
          Load the CoordinatorInfo and return it.
 class CoordJobInsertJPAExecutor
          Persist the CoordinatorJob bean.
 class CoordJobsGetForPurgeJPAExecutor
          Load the list of completed CoordinatorJob for purge ready.
 class CoordJobsGetPausedJPAExecutor
          Get a list of paused bundle Jobs;
 class CoordJobsGetPendingJPAExecutor
          Get a list of Coordinator Jobs that are in pending.
 class CoordJobsGetUnpausedJPAExecutor
          Get a list of unpaused Coordinator Jobs;
 class CoordJobsToBeMaterializedJPAExecutor
          JPA command to get coordinator jobs which are qualify for Materialization.
 class CoordJobUpdateJPAExecutor
          Update the CoordinatorJob into a Bean and persist it.
 class SLAEventInsertJPAExecutor
          Persist the SLAEventBean bean.
 class SLAEventsGetForFilterJPAExecutor
          Load the list of SLAEventBean for a seqId and return the list.
 class SLAEventsGetForSeqIdJPAExecutor
          Load the list of SLAEventBean for a seqId and return the list.
 class SLAEventsGetJPAExecutor
          Load the list of SLAEventBean and return the list.
 class WorkflowActionDeleteJPAExecutor
           
 class WorkflowActionGetJPAExecutor
          Load the WorkflowAction into a Bean and return it.
 class WorkflowActionInsertJPAExecutor
          Persist the WorkflowAction bean.
 class WorkflowActionRetryManualGetJPAExecutor
           
 class WorkflowActionsGetForJobJPAExecutor
          Load the list of WorkflowAction for a WorkflowJob and return the list.
 class WorkflowActionsGetPendingJPAExecutor
           
 class WorkflowActionsRunningGetJPAExecutor
          JPA Executor to get running workflow actions
 class WorkflowActionSubsetGetJPAExecutor
          JPA Command to get subset of workflow actions for a particular workflow.
 class WorkflowActionUpdateJPAExecutor
          Persist the WorkflowAction bean.
 class WorkflowIdGetForExternalIdJPAExecutor
          Get the Workflow ID with given external ID which will be assigned for the subworkflows.
 class WorkflowInfoWithActionsSubsetGetJPAExecutor
          This JPA Executor is responsible for getting the Workflow job with actions in certain range.
 class WorkflowJobDeleteJPAExecutor
          Delete workflow job
 class WorkflowJobGetActionsJPAExecutor
          Load workflow actions for a workflow job.
 class WorkflowJobGetJPAExecutor
          Load the WorkflowJob into a Bean and return it.
 class WorkflowJobInsertJPAExecutor
          Persist the WorkflowJob bean.
 class WorkflowJobsGetForPurgeJPAExecutor
          Load the list of completed WorkflowJob for purge ready.
 class WorkflowJobUpdateJPAExecutor
          Persist the WorkflowJob bean.
 class WorkflowsJobGetJPAExecutor
           
 

Uses of JPAExecutor in org.apache.oozie.service
 

Methods in org.apache.oozie.service with parameters of type JPAExecutor
<T> T
JPAService.execute(JPAExecutor<T> executor)
          Execute a JPAExecutor.
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.