public class IgniteCacheFutureImpl<V> extends IgniteFutureImpl<V>
fut| Constructor and Description |
|---|
IgniteCacheFutureImpl(IgniteInternalFuture<V> fut)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
<T> IgniteFuture<T> |
chain(IgniteClosure<? super IgniteFuture<V>,T> doneCb)
Make a chained future to convert result of this future (when complete) into a new format.
|
<T> IgniteFuture<T> |
chainAsync(IgniteClosure<? super IgniteFuture<V>,T> doneCb,
Executor exec)
Make a chained future to convert result of this future (when complete) into a new format.
|
protected RuntimeException |
convertException(IgniteCheckedException e)
Convert internal exception to public exception.
|
cancel, chainInternal, get, get, get, internalFuture, isCancelled, isDone, listen, listenAsync, toStringpublic IgniteCacheFutureImpl(IgniteInternalFuture<V> fut)
fut - Internal future.public <T> IgniteFuture<T> chain(IgniteClosure<? super IgniteFuture<V>,T> doneCb)
chain in interface IgniteFuture<V>chain in class IgniteFutureImpl<V>doneCb - Done callback that is applied to this future when it finishes to produce chained future result.public <T> IgniteFuture<T> chainAsync(IgniteClosure<? super IgniteFuture<V>,T> doneCb, Executor exec)
chainAsync in interface IgniteFuture<V>chainAsync in class IgniteFutureImpl<V>doneCb - Done callback that is applied to this future when it finishes to produce chained future result.exec - Executor to run done callback. Cannot be null.protected RuntimeException convertException(IgniteCheckedException e)
convertException in class IgniteFutureImpl<V>e - Internal exception.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019