Uses of Class
com.github.kagkarlsson.scheduler.CurrentlyExecuting
Packages that use CurrentlyExecuting
Package
Description
-
Uses of CurrentlyExecuting in com.github.kagkarlsson.scheduler
Methods in com.github.kagkarlsson.scheduler that return types with arguments of type CurrentlyExecutingModifier and TypeMethodDescriptionExecutor.getCurrentlyExecuting()Scheduler.getCurrentlyExecuting()Scheduler.getCurrentlyExecutingWithStaleHeartbeat()Methods in com.github.kagkarlsson.scheduler with parameters of type CurrentlyExecutingModifier and TypeMethodDescriptionExecutor.addCurrentlyProcessing(CurrentlyExecuting currentlyExecuting) protected voidScheduler.updateHeartbeatForExecution(Instant now, CurrentlyExecuting currentlyExecuting) -
Uses of CurrentlyExecuting in com.github.kagkarlsson.scheduler.event
Methods in com.github.kagkarlsson.scheduler.event with parameters of type CurrentlyExecutingModifier and TypeMethodDescriptionvoidAbstractSchedulerListener.onExecutionFailedHeartbeat(CurrentlyExecuting currentlyExecuting) voidSchedulerListener.onExecutionFailedHeartbeat(CurrentlyExecuting currentlyExecuting) Scheduler failed to update heartbeat-timestamp for execution that it is currently executing.voidSchedulerListeners.onExecutionFailedHeartbeat(CurrentlyExecuting currentlyExecuting) voidAbstractSchedulerListener.onExecutionStart(CurrentlyExecuting currentlyExecuting) voidSchedulerListener.onExecutionStart(CurrentlyExecuting currentlyExecuting) Execution picked andExecutionHandlerabout to run.voidSchedulerListeners.onExecutionStart(CurrentlyExecuting currentlyExecuting) -
Uses of CurrentlyExecuting in com.github.kagkarlsson.scheduler.stats
Methods in com.github.kagkarlsson.scheduler.stats with parameters of type CurrentlyExecutingModifier and TypeMethodDescriptionvoidStatsRegistryAdapter.onExecutionFailedHeartbeat(CurrentlyExecuting currentlyExecuting) voidStatsRegistryAdapter.onExecutionStart(CurrentlyExecuting currentlyExecuting) -
Uses of CurrentlyExecuting in com.github.kagkarlsson.scheduler.task
Methods in com.github.kagkarlsson.scheduler.task that return CurrentlyExecutingConstructors in com.github.kagkarlsson.scheduler.task with parameters of type CurrentlyExecutingModifierConstructorDescriptionExecutionContext(SchedulerState schedulerState, Execution execution, SchedulerClient schedulerClient, CurrentlyExecuting currentlyExecuting)