public final class GridDhtGetSingleFuture<K,V> extends GridFutureAdapter<GridCacheEntryInfo> implements GridDhtFuture<GridCacheEntryInfo>
| Constructor and Description |
|---|
GridDhtGetSingleFuture(GridCacheContext<K,V> cctx,
long msgId,
UUID reader,
KeyCacheObject key,
boolean addRdr,
boolean readThrough,
AffinityTopologyVersion topVer,
UUID subjId,
int taskNameHash,
IgniteCacheExpiryPolicy expiryPlc,
boolean skipVals,
boolean recovery) |
| Modifier and Type | Method and Description |
|---|---|
IgniteUuid |
futureId() |
Collection<Integer> |
invalidPartitions()
Node that future should be able to provide keys to retry before
it completes, so it's not necessary to wait till future is done
to get retry keys.
|
boolean |
onDone(GridCacheEntryInfo res,
Throwable err)
Callback to notify that future is finished.
|
GridCacheVersion |
version() |
cancel, chain, chain, error, get, get, get, getUninterruptibly, ignoreInterrupts, isCancelled, isDone, isFailed, listen, logger, onCancelled, onDone, onDone, onDone, onDone, result, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcancel, chain, chain, error, get, get, get, getUninterruptibly, isCancelled, isDone, listen, resultpublic GridDhtGetSingleFuture(GridCacheContext<K,V> cctx, long msgId, UUID reader, KeyCacheObject key, boolean addRdr, boolean readThrough, @NotNull AffinityTopologyVersion topVer, @Nullable UUID subjId, int taskNameHash, @Nullable IgniteCacheExpiryPolicy expiryPlc, boolean skipVals, boolean recovery)
cctx - Context.msgId - Message ID.reader - Reader.key - Key.addRdr - Add reader flag.readThrough - Read through flag.topVer - Topology version.subjId - Subject ID.taskNameHash - Task name hash code.expiryPlc - Expiry policy.skipVals - Skip values flag.public IgniteUuid futureId()
public GridCacheVersion version()
public boolean onDone(GridCacheEntryInfo res, Throwable err)
null exception is passed in
the result value will be ignored.onDone in class GridFutureAdapter<GridCacheEntryInfo>res - Optional result.err - Optional error.True if result was set by this call.public Collection<Integer> invalidPartitions()
invalidPartitions in interface GridDhtFuture<GridCacheEntryInfo>
Follow @ApacheIgnite
Ignite Fabric : ver. 2.1.0 Release Date : July 20 2017