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 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 BundleActionsDeleteForPurgeJPAExecutor
          Delete the list of BundleAction for a BundleJob and return the number of actions been deleted.
 class BundleActionsGetByLastModifiedTimeJPAExecutor
          Load the list of BundleAction ordered by lastModifiedTime
 class BundleActionsGetJPAExecutor
          Load the list of BundleAction return it.
 class BundleActionsGetWaitingOlderJPAExecutor
           
 class BundleActionUpdateJPAExecutor
          Update the given bundle action bean to DB.
 class BundleJobDeleteJPAExecutor
          Delete bundle job
 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 BundleJobsGetPendingJPAExecutor
          Get a list of Bundle Jobs that are in pending.
 class BundleJobsGetRunningJPAExecutor
          Get a list of Bundle Jobs that are are RUNNING or RUNNINGWITHERROR status.
 class BundleJobsGetUnpausedJPAExecutor
          Get a list of unpaused bundle Jobs;
 class BundleJobUpdateJPAExecutor
          Update the given bundle job bean to DB.
 class CoordActionGetForExternalIdJPAExecutor
          Load coordinator action by externalId.
 class CoordActionGetJPAExecutor
          Load the CoordinatorAction into a Bean and return it.
 class CoordActionInsertJPAExecutor
          Persist the CoordinatorAction bean.
 class CoordActionRemoveJPAExecutor
          Update the CoordinatorAction into a Bean and persist it.
 class CoordActionsActiveCountJPAExecutor
          Load the number of running actions for a coordinator job.
 class CoordActionsDeleteForPurgeJPAExecutor
          Delete the list of CoordinatorAction for a CoordJob and return the number of actions been deleted.
 class CoordActionsGetByLastModifiedTimeJPAExecutor
          Load the list of CoordinatorAction ordered by lastModifiedTime
 class CoordActionsGetForJobJPAExecutor
          Load the list of CoordinatorAction for a CoordJob and return the list.
 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 CoordActionsSubsetGetForJobJPAExecutor
          Load the list of CoordinatorAction subset for a CoordJob and return the list.
 class CoordActionUpdateJPAExecutor
          Update the CoordinatorAction into a Bean and persist 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 CoordJobGetActionsForDatesJPAExecutor
          Load coordinator actions by dates.
 class CoordJobGetActionsJPAExecutor
          Load coordinator actions for a coordinator job.
 class CoordJobGetActionsSubsetJPAExecutor
          Load coordinator actions by start and len (a subset) for a coordinator job.
 class CoordJobGetJPAExecutor
          Load the CoordinatorJob into a Bean and return it.
 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 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 WorkflowActionsDeleteForPurgeJPAExecutor
          Delete the list of WorkflowAction for a WorkflowJob and return the number of actions been deleted.
 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 © 2012 Apache Software Foundation. All Rights Reserved.