Class TrustedListenableFutureTask.TrustedFutureInterruptibleAsyncTask

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void afterRanInterruptibly​(ListenableFuture<V> result, java.lang.Throwable error)
      Any interruption that happens as a result of calling interruptTask will arrive before this method is called.
      (package private) boolean isDone()
      Called before runInterruptibly - if true, runInterruptibly and afterRanInterruptibly will not be called.
      (package private) ListenableFuture<V> runInterruptibly()
      Do interruptible work here - do not complete Futures here, as their listeners could be interrupted.
      (package private) java.lang.String toPendingString()  
      • Methods inherited from class java.util.concurrent.atomic.AtomicReference

        accumulateAndGet, compareAndExchange, compareAndExchangeAcquire, compareAndExchangeRelease, compareAndSet, get, getAcquire, getAndAccumulate, getAndSet, getAndUpdate, getOpaque, getPlain, lazySet, set, setOpaque, setPlain, setRelease, updateAndGet, weakCompareAndSet, weakCompareAndSetAcquire, weakCompareAndSetPlain, weakCompareAndSetRelease, weakCompareAndSetVolatile
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait