Uses of Class
com.github.kagkarlsson.scheduler.task.ScheduledTaskInstance
Packages that use ScheduledTaskInstance
Package
Description
-
Uses of ScheduledTaskInstance in com.github.kagkarlsson.scheduler
Methods in com.github.kagkarlsson.scheduler with parameters of type ScheduledTaskInstanceModifier and TypeMethodDescriptionbooleanTaskRepository.createIfNotExists(ScheduledTaskInstance execution) TaskRepository.replace(Execution toBeReplaced, ScheduledTaskInstance newInstance) Method parameters in com.github.kagkarlsson.scheduler with type arguments of type ScheduledTaskInstanceModifier and TypeMethodDescriptionvoidTaskRepository.createBatch(List<ScheduledTaskInstance> executions) -
Uses of ScheduledTaskInstance in com.github.kagkarlsson.scheduler.jdbc
Methods in com.github.kagkarlsson.scheduler.jdbc with parameters of type ScheduledTaskInstanceModifier and TypeMethodDescriptionbooleanJdbcTaskRepository.createIfNotExists(ScheduledTaskInstance instance) JdbcTaskRepository.replace(Execution toBeReplaced, ScheduledTaskInstance newInstance) Instead of doing delete+insert, we allow updating an existing execution will all new fieldsMethod parameters in com.github.kagkarlsson.scheduler.jdbc with type arguments of type ScheduledTaskInstanceModifier and TypeMethodDescriptionvoidJdbcTaskRepository.createBatch(List<ScheduledTaskInstance> executions) -
Uses of ScheduledTaskInstance in com.github.kagkarlsson.scheduler.task
Methods in com.github.kagkarlsson.scheduler.task that return ScheduledTaskInstanceModifier and TypeMethodDescriptionstatic ScheduledTaskInstanceScheduledTaskInstance.fixExecutionTime(SchedulableInstance<?> schedulableInstance, Clock clock)