Class AggregateFutureState<OutputT>

    • Field Detail

      • seenExceptions

        private volatile java.util.Set<java.lang.Throwable> seenExceptions
      • remaining

        private volatile int remaining
      • log

        private static final java.util.logging.Logger log
    • Constructor Detail

      • AggregateFutureState

        AggregateFutureState​(int remainingFutures)
    • Method Detail

      • getOrInitSeenExceptions

        final java.util.Set<java.lang.Throwable> getOrInitSeenExceptions()
      • addInitialException

        abstract void addInitialException​(java.util.Set<java.lang.Throwable> seen)
        Populates seen with the exception that was passed to setException.
      • decrementRemainingAndGet

        final int decrementRemainingAndGet()
      • clearSeenExceptions

        final void clearSeenExceptions()