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) class
AggregateFuture.RunningState
(package private) class
CollectionFuture.CollectionFutureRunningState
private class
CollectionFuture.ListFuture.ListFutureRunningState
private class
CombinedFuture.CombinedFutureRunningState
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. seenExceptionsUpdater
Methods in com.google.common.util.concurrent with parameters of type AggregateFutureState Modifier and Type Method Description (package private) abstract void
AggregateFutureState.AtomicHelper. compareAndSetSeenExceptions(AggregateFutureState state, java.util.Set<java.lang.Throwable> expect, java.util.Set<java.lang.Throwable> update)
Atomic compare-and-set of theseenExceptions
field.(package private) void
AggregateFutureState.SafeAtomicHelper. compareAndSetSeenExceptions(AggregateFutureState state, java.util.Set<java.lang.Throwable> expect, java.util.Set<java.lang.Throwable> update)
(package private) void
AggregateFutureState.SynchronizedAtomicHelper. compareAndSetSeenExceptions(AggregateFutureState state, java.util.Set<java.lang.Throwable> expect, java.util.Set<java.lang.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)
-