private static final class AggregateFutureState.SynchronizedAtomicHelper extends AggregateFutureState.AtomicHelper
| Modifier | Constructor and Description |
|---|---|
private |
SynchronizedAtomicHelper() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
compareAndSetSeenExceptions(AggregateFutureState<?> state,
java.util.Set<java.lang.Throwable> expect,
java.util.Set<java.lang.Throwable> update)
Atomic compare-and-set of the
AggregateFutureState.seenExceptions field. |
(package private) int |
decrementAndGetRemainingCount(AggregateFutureState<?> state)
Atomic decrement-and-get of the
AggregateFutureState.remaining field. |
void compareAndSetSeenExceptions(AggregateFutureState<?> state, @CheckForNull java.util.Set<java.lang.Throwable> expect, java.util.Set<java.lang.Throwable> update)
AggregateFutureState.AtomicHelperAggregateFutureState.seenExceptions field.compareAndSetSeenExceptions in class AggregateFutureState.AtomicHelperint decrementAndGetRemainingCount(AggregateFutureState<?> state)
AggregateFutureState.AtomicHelperAggregateFutureState.remaining field.decrementAndGetRemainingCount in class AggregateFutureState.AtomicHelper