Uses of Interface
com.google.common.util.concurrent.ListenableScheduledFuture
Packages that use ListenableScheduledFuture
-
Uses of ListenableScheduledFuture in com.google.common.util.concurrent
Methods in com.google.common.util.concurrent that return ListenableScheduledFutureModifier and TypeMethodDescriptiondefault ListenableScheduledFuture<?> Duration-based overload ofListeningScheduledExecutorService.schedule(Runnable, long, TimeUnit).<V extends @Nullable Object>
ListenableScheduledFuture<V> default <V extends @Nullable Object>
ListenableScheduledFuture<V> Duration-based overload ofListeningScheduledExecutorService.schedule(Callable, long, TimeUnit).ListeningScheduledExecutorService.scheduleAtFixedRate(Runnable command, long initialDelay, long period, TimeUnit unit) default ListenableScheduledFuture<?> ListeningScheduledExecutorService.scheduleAtFixedRate(Runnable command, Duration initialDelay, Duration period) Duration-based overload ofListeningScheduledExecutorService.scheduleAtFixedRate(Runnable, long, long, TimeUnit).ListeningScheduledExecutorService.scheduleWithFixedDelay(Runnable command, long initialDelay, long delay, TimeUnit unit) default ListenableScheduledFuture<?> ListeningScheduledExecutorService.scheduleWithFixedDelay(Runnable command, Duration initialDelay, Duration delay) Duration-based overload ofListeningScheduledExecutorService.scheduleWithFixedDelay(Runnable, long, long, TimeUnit).