Uses of Interface
org.chenile.scheduler.store.SchedulerExecutionStore
Packages that use SchedulerExecutionStore
Package
Description
-
Uses of SchedulerExecutionStore in org.chenile.configuration.scheduler
Methods in org.chenile.configuration.scheduler that return SchedulerExecutionStoreModifier and TypeMethodDescriptionChenileSchedulerConfiguration.jdbcSchedulerExecutionStore(JdbcTemplate jdbcTemplate) Methods in org.chenile.configuration.scheduler with parameters of type SchedulerExecutionStoreModifier and TypeMethodDescriptionChenileSchedulerConfiguration.scheduledTaskDispatcher(List<ScheduledTaskLauncher> launchers, SchedulerExecutionStore executionStore) ChenileSchedulerConfiguration.schedulerExecutionService(SchedulerExecutionStore executionStore) -
Uses of SchedulerExecutionStore in org.chenile.scheduler.launcher
Fields in org.chenile.scheduler.launcher declared as SchedulerExecutionStoreModifier and TypeFieldDescriptionprivate final SchedulerExecutionStoreScheduledTaskDispatcher.executionStoreConstructors in org.chenile.scheduler.launcher with parameters of type SchedulerExecutionStoreModifierConstructorDescriptionScheduledTaskDispatcher(Map<String, ScheduledTaskLauncher> launchers, SchedulerExecutionStore executionStore, String defaultLauncher) -
Uses of SchedulerExecutionStore in org.chenile.scheduler.service
Fields in org.chenile.scheduler.service declared as SchedulerExecutionStoreModifier and TypeFieldDescriptionprivate final SchedulerExecutionStoreSchedulerExecutionService.executionStoreConstructors in org.chenile.scheduler.service with parameters of type SchedulerExecutionStore -
Uses of SchedulerExecutionStore in org.chenile.scheduler.store
Classes in org.chenile.scheduler.store that implement SchedulerExecutionStore