
Package ca.uhn.fhir.jpa.sched
Class HapiSchedulerServiceImpl
- java.lang.Object
-
- ca.uhn.fhir.jpa.sched.BaseSchedulerServiceImpl
-
- ca.uhn.fhir.jpa.sched.HapiSchedulerServiceImpl
-
- All Implemented Interfaces:
ISchedulerService
,org.springframework.context.Lifecycle
,org.springframework.context.Phased
,org.springframework.context.SmartLifecycle
public class HapiSchedulerServiceImpl extends BaseSchedulerServiceImpl
-
-
Field Summary
Fields Modifier and Type Field Description static String
THREAD_NAME_PREFIX
-
Fields inherited from class ca.uhn.fhir.jpa.sched.BaseSchedulerServiceImpl
mySchedulerJobFactory, SCHEDULING_DISABLED, SCHEDULING_DISABLED_EQUALS_TRUE
-
-
Constructor Summary
Constructors Constructor Description HapiSchedulerServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IHapiScheduler
getClusteredScheduler()
protected IHapiScheduler
getLocalHapiScheduler()
-
Methods inherited from class ca.uhn.fhir.jpa.sched.BaseSchedulerServiceImpl
create, getClusteredJobKeysForUnitTest, getLocalJobKeysForUnitTest, getPhase, isClusteredSchedulingEnabled, isLocalSchedulingEnabled, isRunning, isStopping, logStatusForUnitTest, purgeAllScheduledJobsForUnitTest, scheduleClusteredJob, scheduleLocalJob, setClusteredSchedulingEnabled, setDefaultGroup, setLocalSchedulingEnabled, start, stop
-
-
-
-
Field Detail
-
THREAD_NAME_PREFIX
public static final String THREAD_NAME_PREFIX
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
HapiSchedulerServiceImpl
public HapiSchedulerServiceImpl()
-
-
Method Detail
-
getLocalHapiScheduler
protected IHapiScheduler getLocalHapiScheduler()
- Specified by:
getLocalHapiScheduler
in classBaseSchedulerServiceImpl
-
getClusteredScheduler
protected IHapiScheduler getClusteredScheduler()
- Specified by:
getClusteredScheduler
in classBaseSchedulerServiceImpl
-
-