public abstract class GridDhtTxQueryAbstractEnlistFuture extends GridDhtTxAbstractEnlistFuture<Long>
GridDhtTxAbstractEnlistFuture.LockTimeoutObject| Modifier and Type | Field and Description |
|---|---|
protected long |
cnt
Processed entries count.
|
cctx, deploymentLdrId, futId, hasNearNodeUpdates, keepBinary, lockVer, log, mvccSnapshot, nearFutId, nearLockVer, nearMiniId, nearNodeId, newDhtNodes, skipNearNodeUpdates, threadId, timeout, timeoutObj, tx| Modifier | Constructor and Description |
|---|---|
protected |
GridDhtTxQueryAbstractEnlistFuture(UUID nearNodeId,
GridCacheVersion nearLockVer,
MvccSnapshot mvccSnapshot,
long threadId,
IgniteUuid nearFutId,
int nearMiniId,
GridDhtTxLocalAdapter tx,
long timeout,
GridCacheContext<?,?> cctx)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
onEntryProcessed(KeyCacheObject key,
GridCacheUpdateTxResult res)
Entry processed callback.
|
protected Long |
result0()
Gets query result.
|
clearLockFuture, createIterator, futureId, init, markNotTrackable, needResult, onDone, onError, onNodeLeft, onResult, timeoutException, trackableduration, onDone, startTimecancel, chain, chain, error, get, get, get, getUninterruptibly, ignoreInterrupts, isCancelled, isDone, isFailed, listen, logger, onCancelled, onDone, onDone, onDone, reset, result, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcancel, chain, chain, error, get, get, get, getUninterruptibly, isCancelled, isDone, listen, resultprotected GridDhtTxQueryAbstractEnlistFuture(UUID nearNodeId, GridCacheVersion nearLockVer, MvccSnapshot mvccSnapshot, long threadId, IgniteUuid nearFutId, int nearMiniId, GridDhtTxLocalAdapter tx, long timeout, GridCacheContext<?,?> cctx)
nearNodeId - Near node ID.nearLockVer - Near lock version.mvccSnapshot - Mvcc snapshot.threadId - Thread ID.nearFutId - Near future id.nearMiniId - Near mini future id.tx - Transaction.timeout - Lock acquisition timeout.cctx - Cache context.protected Long result0()
result0 in class GridDhtTxAbstractEnlistFuture<Long>protected void onEntryProcessed(KeyCacheObject key, GridCacheUpdateTxResult res)
onEntryProcessed in class GridDhtTxAbstractEnlistFuture<Long>key - Entry key.res - Update result.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021