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) class
CollectionFuture.CollectionFutureRunningState
private class
CollectionFuture.ListFuture.ListFutureRunningState
private class
CombinedFuture.CombinedFutureRunningState
Fields in com.google.common.util.concurrent declared as AggregateFuture.RunningState Modifier and Type Field Description private AggregateFuture.RunningState
AggregateFuture. runningState
Methods in com.google.common.util.concurrent with parameters of type AggregateFuture.RunningState Modifier and Type Method Description (package private) void
AggregateFuture. init(AggregateFuture.RunningState runningState)
Must be called at the end of each sub-class's constructor.
-