public final class GridDhtTxFinishFuture<K,V> extends GridCacheCompoundIdentityFuture<IgniteInternalTx> implements GridCacheFuture<IgniteInternalTx>, IgniteDiagnosticAware
| Constructor and Description |
|---|
GridDhtTxFinishFuture(GridCacheSharedContext<K,V> cctx,
GridDhtTxLocalAdapter tx,
boolean commit) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDiagnosticRequest(IgniteDiagnosticPrepareContext ctx) |
void |
finish(boolean commit)
Initializes future.
|
IgniteUuid |
futureId() |
void |
markNotTrackable()
Marks this future as non-trackable.
|
boolean |
onDone(IgniteInternalTx tx,
Throwable err)
Callback to notify that future is finished.
|
boolean |
onNodeLeft(UUID nodeId)
Callback for when node left.
|
void |
onResult(UUID nodeId,
GridDhtTxFinishResponse res) |
void |
rollbackOnError(Throwable e) |
String |
toString() |
boolean |
trackable() |
GridDhtTxLocalAdapter |
tx() |
duration, onDone, startTimeadd, apply, cancel, clear, compoundsLockedExclusively, compoundsReadLock, compoundsReadUnlock, future, futures, futuresCountNoLock, hasFutures, hasPending, ignoreFailure, initialized, logDebug, logError, markInitialized, processFailurechain, chain, chainCompose, chainCompose, error, get, get, get, getUninterruptibly, ignoreInterrupts, isCancelled, isDone, isFailed, listen, logger, onCancelled, onDone, onDone, onDone, reset, resultclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitduration, startTimecancel, chain, chain, chainCompose, chainCompose, error, get, get, get, getUninterruptibly, isCancelled, isDone, listen, resultpublic GridDhtTxFinishFuture(GridCacheSharedContext<K,V> cctx, GridDhtTxLocalAdapter tx, boolean commit)
cctx - Context.tx - Transaction.commit - Commit flag.public GridDhtTxLocalAdapter tx()
public IgniteUuid futureId()
futureId in interface GridCacheFuture<IgniteInternalTx>public boolean onNodeLeft(UUID nodeId)
onNodeLeft in interface GridCacheFuture<IgniteInternalTx>nodeId - Left node ID.True if future cared about this node.public boolean trackable()
trackable in interface GridCacheFuture<IgniteInternalTx>True if future should be tracked.public void markNotTrackable()
markNotTrackable in interface GridCacheFuture<IgniteInternalTx>public void rollbackOnError(Throwable e)
e - Error.public void onResult(UUID nodeId, GridDhtTxFinishResponse res)
nodeId - Sender.res - Result.public boolean onDone(IgniteInternalTx tx, Throwable err)
null exception is passed in
the result value will be ignored.onDone in class GridFutureAdapter<IgniteInternalTx>tx - Optional result.err - Optional error.True if result was set by this call.public void finish(boolean commit)
commit - Commit flag.public void addDiagnosticRequest(IgniteDiagnosticPrepareContext ctx)
addDiagnosticRequest in interface IgniteDiagnosticAwarectx - Context.public String toString()
toString in class GridCompoundIdentityFuture<IgniteInternalTx>
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023