Uses of Class
com.google.common.util.concurrent.SettableFuture
Packages that use SettableFuture
-
Uses of SettableFuture in com.google.common.cache
Fields in com.google.common.cache declared as SettableFutureModifier and TypeFieldDescription(package private) final SettableFuture<V>
LocalCache.LoadingValueReference.futureValue
-
Uses of SettableFuture in com.google.common.util.concurrent
Methods in com.google.common.util.concurrent that return SettableFutureModifier and TypeMethodDescriptionstatic <V> SettableFuture<V>
SettableFuture.create()
Creates a newSettableFuture
that can be completed or cancelled by a later method call.