Uses of Interface
io.atomix.utils.concurrent.Scheduled
-
Packages that use Scheduled Package Description io.atomix.utils.concurrent Provides classes and interfaces for managing concurrency. -
-
Uses of Scheduled in io.atomix.utils.concurrent
Methods in io.atomix.utils.concurrent that return Scheduled Modifier and Type Method Description ScheduledNullThreadContext. schedule(Duration delay, Runnable callback)ScheduledNullThreadContext. schedule(Duration initialDelay, Duration interval, Runnable callback)default ScheduledScheduler. schedule(long initialDelay, long interval, TimeUnit timeUnit, Runnable callback)Schedules a runnable at a fixed rate.default ScheduledScheduler. schedule(long delay, TimeUnit timeUnit, Runnable callback)Schedules a runnable after a delay.ScheduledScheduler. schedule(Duration delay, Runnable callback)Schedules a runnable after a delay.ScheduledScheduler. schedule(Duration initialDelay, Duration interval, Runnable callback)Schedules a runnable at a fixed rate.ScheduledSingleThreadContext. schedule(Duration delay, Runnable runnable)ScheduledSingleThreadContext. schedule(Duration delay, Duration interval, Runnable runnable)ScheduledThreadPoolContext. schedule(Duration delay, Runnable runnable)ScheduledThreadPoolContext. schedule(Duration delay, Duration interval, Runnable runnable)
-