public abstract class GridCacheCompoundIdentityFuture<T> extends GridCompoundIdentityFuture<T> implements GridCacheFuture<T>
| Modifier | Constructor and Description |
|---|---|
protected |
GridCacheCompoundIdentityFuture(@Nullable IgniteReducer<T,T> rdc) |
| Modifier and Type | Method and Description |
|---|---|
long |
duration()
Gets duration in milliseconds between start of the future and current time if future
is not finished, or between start and finish of this future.
|
protected boolean |
onDone(T res,
@Nullable Throwable err,
boolean cancel) |
long |
startTime()
Gets start time for this future.
|
toStringadd, apply, cancel, clear, future, futures, futuresCountNoLock, hasFutures, hasPending, ignoreFailure, initialized, logDebug, logError, markInitialized, processFailurechain, chain, error, get, get, get, getUninterruptibly, ignoreInterrupts, isCancelled, isDone, isFailed, listen, logger, onCancelled, onDone, onDone, onDone, onDone, reset, resultclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfutureId, markNotTrackable, onNodeLeft, trackablecancel, chain, chain, error, get, get, get, getUninterruptibly, isCancelled, isDone, listen, resultprotected GridCacheCompoundIdentityFuture(@Nullable
@Nullable IgniteReducer<T,T> rdc)
rdc - Reducer.public long startTime()
startTime in interface GridCacheFuture<T>public long duration()
duration in interface GridCacheFuture<T>protected boolean onDone(@Nullable
T res,
@Nullable
@Nullable Throwable err,
boolean cancel)
onDone in class GridFutureAdapter<T>res - Result.err - Error.cancel - True if future is being cancelled.True if result was set by this call.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.1 Release Date : May 21 2020