Uses of Class
com.github.kagkarlsson.scheduler.CurrentlyExecuting
-
Packages that use CurrentlyExecuting Package Description com.github.kagkarlsson.scheduler com.github.kagkarlsson.scheduler.event com.github.kagkarlsson.scheduler.stats com.github.kagkarlsson.scheduler.task -
-
Uses of CurrentlyExecuting in com.github.kagkarlsson.scheduler
Methods in com.github.kagkarlsson.scheduler that return types with arguments of type CurrentlyExecuting Modifier and Type Method Description List<CurrentlyExecuting>Executor. getCurrentlyExecuting()List<CurrentlyExecuting>Scheduler. getCurrentlyExecuting()List<CurrentlyExecuting>Scheduler. getCurrentlyExecutingWithStaleHeartbeat()Methods in com.github.kagkarlsson.scheduler with parameters of type CurrentlyExecuting Modifier and Type Method Description UUIDExecutor. 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 CurrentlyExecuting Modifier and Type Method Description voidAbstractSchedulerListener. 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 CurrentlyExecuting Modifier and Type Method Description voidStatsRegistryAdapter. 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 CurrentlyExecuting Modifier and Type Method Description CurrentlyExecutingExecutionContext. getCurrentlyExecuting()Constructors in com.github.kagkarlsson.scheduler.task with parameters of type CurrentlyExecuting Constructor Description ExecutionContext(SchedulerState schedulerState, Execution execution, SchedulerClient schedulerClient, CurrentlyExecuting currentlyExecuting)
-