Uses of Class
com.google.common.util.concurrent.ForwardingFuture
-
Packages that use ForwardingFuture Package Description com.google.common.util.concurrent Concurrency utilities.com.google.common.util.concurrent.testing -
-
Uses of ForwardingFuture in com.google.common.util.concurrent
Subclasses of ForwardingFuture in com.google.common.util.concurrent Modifier and Type Class Description private classAbstractScheduledService.CustomScheduler.ReschedulableCallableA callable class that can reschedule itself using aAbstractScheduledService.CustomScheduler.static classForwardingFuture.SimpleForwardingFuture<V>A simplified version ofForwardingFuturewhere subclasses can pass in an already constructedFutureas the delegate.classForwardingListenableFuture<V>AListenableFuturewhich forwards all its method calls to another future.static classForwardingListenableFuture.SimpleForwardingListenableFuture<V>A simplified version ofForwardingListenableFuturewhere subclasses can pass in an already constructedListenableFutureas the delegate.private static classJdkFutureAdapters.ListenableFutureAdapter<V>An adapter to turn aFutureinto aListenableFuture.private static classMoreExecutors.ScheduledListeningDecorator.ListenableScheduledTask<V> -
Uses of ForwardingFuture in com.google.common.util.concurrent.testing
Subclasses of ForwardingFuture in com.google.common.util.concurrent.testing Modifier and Type Class Description private static classSameThreadScheduledExecutorService.ImmediateScheduledFuture<V>
-