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) class
AggregateFuture<InputT,
OutputT> A future whose value is derived from a collection of input futures.(package private) class
CollectionFuture<V,
C> Aggregate future that collects (stores) results of each future.(package private) static final class
(package private) final class
Aggregate 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.seenExceptionsUpdater
Methods in com.google.common.util.concurrent with parameters of type AggregateFutureStateModifier and TypeMethodDescription(package private) abstract void
AggregateFutureState.AtomicHelper.compareAndSetSeenExceptions
(AggregateFutureState<?> state, Set<Throwable> expect, Set<Throwable> update) Atomic compare-and-set of theseenExceptions
field.(package private) void
AggregateFutureState.SafeAtomicHelper.compareAndSetSeenExceptions
(AggregateFutureState<?> state, Set<Throwable> expect, Set<Throwable> update) (package private) void
AggregateFutureState.SynchronizedAtomicHelper.compareAndSetSeenExceptions
(AggregateFutureState<?> state, Set<Throwable> expect, Set<Throwable> update) (package private) abstract int
AggregateFutureState.AtomicHelper.decrementAndGetRemainingCount
(AggregateFutureState<?> state) Atomic decrement-and-get of theremaining
field.(package private) int
AggregateFutureState.SafeAtomicHelper.decrementAndGetRemainingCount
(AggregateFutureState<?> state) (package private) int
AggregateFutureState.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)