Uses of Class
com.github.kagkarlsson.scheduler.task.ScheduledTaskInstance
-
Packages that use ScheduledTaskInstance Package Description com.github.kagkarlsson.scheduler com.github.kagkarlsson.scheduler.jdbc com.github.kagkarlsson.scheduler.task -
-
Uses of ScheduledTaskInstance in com.github.kagkarlsson.scheduler
Methods in com.github.kagkarlsson.scheduler with parameters of type ScheduledTaskInstance Modifier and Type Method Description booleanTaskRepository. createIfNotExists(ScheduledTaskInstance execution)InstantTaskRepository. replace(Execution toBeReplaced, ScheduledTaskInstance newInstance)Method parameters in com.github.kagkarlsson.scheduler with type arguments of type ScheduledTaskInstance Modifier and Type Method Description voidTaskRepository. createBatch(List<ScheduledTaskInstance> executions) -
Uses of ScheduledTaskInstance in com.github.kagkarlsson.scheduler.jdbc
Methods in com.github.kagkarlsson.scheduler.jdbc with parameters of type ScheduledTaskInstance Modifier and Type Method Description booleanJdbcTaskRepository. createIfNotExists(ScheduledTaskInstance instance)InstantJdbcTaskRepository. 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 ScheduledTaskInstance Modifier and Type Method Description voidJdbcTaskRepository. createBatch(List<ScheduledTaskInstance> executions) -
Uses of ScheduledTaskInstance in com.github.kagkarlsson.scheduler.task
Methods in com.github.kagkarlsson.scheduler.task that return ScheduledTaskInstance Modifier and Type Method Description static ScheduledTaskInstanceScheduledTaskInstance. fixExecutionTime(SchedulableInstance<?> schedulableInstance, Clock clock)
-