private abstract class CombinedFuture.CombinedFutureInterruptibleTask<T> extends InterruptibleTask<T>
| Modifier and Type | Field and Description |
|---|---|
private java.util.concurrent.Executor |
listenerExecutor |
(package private) boolean |
thrownByExecute |
| Constructor and Description |
|---|
CombinedFutureInterruptibleTask(java.util.concurrent.Executor listenerExecutor) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
afterRanInterruptibly(T result,
java.lang.Throwable error)
Any interruption that happens as a result of calling interruptTask will arrive before this
method is called.
|
(package private) void |
execute() |
(package private) boolean |
isDone()
Called before runInterruptibly - if true, runInterruptibly and afterRanInterruptibly will not
be called.
|
(package private) abstract void |
setValue(T value) |
interruptTask, run, runInterruptibly, toPendingString, toStringprivate final java.util.concurrent.Executor listenerExecutor
boolean thrownByExecute
public CombinedFutureInterruptibleTask(java.util.concurrent.Executor listenerExecutor)
final boolean isDone()
InterruptibleTaskisDone in class InterruptibleTask<T>final void execute()
final void afterRanInterruptibly(T result, java.lang.Throwable error)
InterruptibleTaskafterRanInterruptibly in class InterruptibleTask<T>abstract void setValue(T value)