Uses of Interface
com.github.kagkarlsson.scheduler.SchedulerClient
-
-
Uses of SchedulerClient in com.github.kagkarlsson.scheduler
Classes in com.github.kagkarlsson.scheduler that implement SchedulerClient Modifier and Type Class Description classSchedulerstatic classSchedulerClient.StandardSchedulerClientMethods in com.github.kagkarlsson.scheduler that return SchedulerClient Modifier and Type Method Description SchedulerClientSchedulerClient.Builder. build()Constructors in com.github.kagkarlsson.scheduler with parameters of type SchedulerClient Constructor Description FetchCandidates(Executor executor, TaskRepository taskRepository, SchedulerClient schedulerClient, int threadpoolSize, SchedulerListeners schedulerListeners, List<ExecutionInterceptor> executionInterceptors, SchedulerState schedulerState, ConfigurableLogger failureLogger, TaskResolver taskResolver, Clock clock, PollingStrategyConfig pollingStrategyConfig, Runnable triggerCheckForNewExecutions, HeartbeatConfig heartbeatConfig)LockAndFetchCandidates(Executor executor, TaskRepository taskRepository, SchedulerClient schedulerClient, int threadpoolSize, SchedulerListeners schedulerListeners, List<ExecutionInterceptor> executionInterceptors, SchedulerState schedulerState, ConfigurableLogger failureLogger, TaskResolver taskResolver, Clock clock, PollingStrategyConfig pollingStrategyConfig, Runnable triggerCheckForNewExecutions, HeartbeatConfig maxAgeBeforeConsideredDead) -
Uses of SchedulerClient in com.github.kagkarlsson.scheduler.task
Methods in com.github.kagkarlsson.scheduler.task that return SchedulerClient Modifier and Type Method Description SchedulerClientExecutionContext. getSchedulerClient()Primarily enables ExecutionHandlers to schedule new tasks.Methods in com.github.kagkarlsson.scheduler.task with parameters of type SchedulerClient Modifier and Type Method Description voidOnStartup. onStartup(SchedulerClient scheduler, Clock clock)Constructors in com.github.kagkarlsson.scheduler.task with parameters of type SchedulerClient Constructor Description ExecutionContext(SchedulerState schedulerState, Execution execution, SchedulerClient schedulerClient, CurrentlyExecuting currentlyExecuting) -
Uses of SchedulerClient in com.github.kagkarlsson.scheduler.task.helper
Methods in com.github.kagkarlsson.scheduler.task.helper with parameters of type SchedulerClient Modifier and Type Method Description voidScheduleOnStartup. apply(SchedulerClient scheduler, Clock clock, Task<T> task)voidCustomTask. onStartup(SchedulerClient scheduler, Clock clock)voidRecurringTask. onStartup(SchedulerClient scheduler, Clock clock) -
Uses of SchedulerClient in com.github.kagkarlsson.scheduler.testhelper
Classes in com.github.kagkarlsson.scheduler.testhelper that implement SchedulerClient Modifier and Type Class Description classManualScheduler
-