Uses of Class
com.google.common.util.concurrent.AggregateFuture.RunningState
-
Packages that use AggregateFuture.RunningState Package Description com.google.common.util.concurrent Concurrency utilities. -
-
Uses of AggregateFuture.RunningState in com.google.common.util.concurrent
Subclasses of AggregateFuture.RunningState in com.google.common.util.concurrent Modifier and Type Class Description (package private) classCollectionFuture.CollectionFutureRunningStateprivate classCollectionFuture.ListFuture.ListFutureRunningStateprivate classCombinedFuture.CombinedFutureRunningStateFields in com.google.common.util.concurrent declared as AggregateFuture.RunningState Modifier and Type Field Description private AggregateFuture.RunningStateAggregateFuture. runningStateMethods in com.google.common.util.concurrent with parameters of type AggregateFuture.RunningState Modifier and Type Method Description (package private) voidAggregateFuture. init(AggregateFuture.RunningState runningState)Must be called at the end of each sub-class's constructor.
-