Uses of Class
com.google.common.util.concurrent.AggregateFutureState
Packages that use AggregateFutureState
-
Uses of AggregateFutureState in com.google.common.util.concurrent
Subclasses of AggregateFutureState in com.google.common.util.concurrentModifier and TypeClassDescription(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 final class(package private) final classAggregate future that computes its value by calling a callable.Fields in com.google.common.util.concurrent with type parameters of type AggregateFutureStateModifier and TypeFieldDescription(package private) final AtomicIntegerFieldUpdater<? super AggregateFutureState<?>> AggregateFutureState.SafeAtomicHelper.remainingCountUpdater(package private) final AtomicReferenceFieldUpdater<? super AggregateFutureState<?>, ? super Set<Throwable>> AggregateFutureState.SafeAtomicHelper.seenExceptionsUpdaterMethods in com.google.common.util.concurrent with parameters of type AggregateFutureStateModifier and TypeMethodDescription(package private) abstract voidAggregateFutureState.AtomicHelper.compareAndSetSeenExceptions(AggregateFutureState<?> state, Set<Throwable> expect, Set<Throwable> update) Atomic compare-and-set of theseenExceptionsfield.(package private) voidAggregateFutureState.SafeAtomicHelper.compareAndSetSeenExceptions(AggregateFutureState<?> state, Set<Throwable> expect, Set<Throwable> update) (package private) voidAggregateFutureState.SynchronizedAtomicHelper.compareAndSetSeenExceptions(AggregateFutureState<?> state, Set<Throwable> expect, Set<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) Constructor parameters in com.google.common.util.concurrent with type arguments of type AggregateFutureStateModifierConstructorDescription(package private)SafeAtomicHelper(AtomicReferenceFieldUpdater<? super AggregateFutureState<?>, ? super Set<Throwable>> seenExceptionsUpdater, AtomicIntegerFieldUpdater<? super AggregateFutureState<?>> remainingCountUpdater) (package private)SafeAtomicHelper(AtomicReferenceFieldUpdater<? super AggregateFutureState<?>, ? super Set<Throwable>> seenExceptionsUpdater, AtomicIntegerFieldUpdater<? super AggregateFutureState<?>> remainingCountUpdater)