Uses of Class
com.google.common.util.concurrent.AggregateFutureState
-
Packages that use AggregateFutureState Package Description com.google.common.util.concurrent Concurrency utilities. -
-
Uses of AggregateFutureState in com.google.common.util.concurrent
Subclasses of AggregateFutureState in com.google.common.util.concurrent Modifier and Type Class Description (package private) classAggregateFuture<InputT,OutputT>A future whose value is derived from a collection of input futures.(package private) classCollectionFuture<V,C>Aggregate future that collects (stores) results of each future.(package private) static classCollectionFuture.ListFuture<V>(package private) classCombinedFuture<V>Aggregate future that computes its value by calling a callable.Fields in com.google.common.util.concurrent with type parameters of type AggregateFutureState Modifier and Type Field Description (package private) java.util.concurrent.atomic.AtomicIntegerFieldUpdater<AggregateFutureState>AggregateFutureState.SafeAtomicHelper. remainingCountUpdater(package private) java.util.concurrent.atomic.AtomicReferenceFieldUpdater<AggregateFutureState,java.util.Set<java.lang.Throwable>>AggregateFutureState.SafeAtomicHelper. seenExceptionsUpdaterMethods in com.google.common.util.concurrent with parameters of type AggregateFutureState Modifier and Type Method Description (package private) abstract voidAggregateFutureState.AtomicHelper. compareAndSetSeenExceptions(AggregateFutureState state, java.util.Set<java.lang.Throwable> expect, java.util.Set<java.lang.Throwable> update)Atomic compare-and-set of theseenExceptionsfield.(package private) voidAggregateFutureState.SafeAtomicHelper. compareAndSetSeenExceptions(AggregateFutureState state, java.util.Set<java.lang.Throwable> expect, java.util.Set<java.lang.Throwable> update)(package private) voidAggregateFutureState.SynchronizedAtomicHelper. compareAndSetSeenExceptions(AggregateFutureState state, java.util.Set<java.lang.Throwable> expect, java.util.Set<java.lang.Throwable> update)(package private) abstract intAggregateFutureState.AtomicHelper. decrementAndGetRemainingCount(AggregateFutureState state)Atomic decrement-and-get of theremainingfield.(package private) intAggregateFutureState.SafeAtomicHelper. decrementAndGetRemainingCount(AggregateFutureState state)(package private) intAggregateFutureState.SynchronizedAtomicHelper. decrementAndGetRemainingCount(AggregateFutureState state)
-