public class SettableFuture<V> extends AbstractFuture<V>
| Constructor and Description |
|---|
SettableFuture() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
set(V value) |
boolean |
setException(java.lang.Throwable exception) |
cancel, get, get, interruptTask, isCancelled, isDonepublic boolean set(V value)
set in class AbstractFuture<V>public boolean setException(java.lang.Throwable exception)
setException in class AbstractFuture<V>