public final class GridNearTxFinishFuture<K,V> extends GridCacheCompoundIdentityFuture<IgniteInternalTx> implements GridCacheFuture<IgniteInternalTx>, NearTxFinishFuture
| Modifier and Type | Field and Description |
|---|---|
protected static IgniteLogger |
msgLog
Logger.
|
| Constructor and Description |
|---|
GridNearTxFinishFuture(GridCacheSharedContext<K,V> cctx,
GridNearTxLocal tx,
boolean commit) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
commit() |
void |
finish(boolean commit,
boolean clearThreadMap,
boolean onTimeout)
Initializes future.
|
IgniteUuid |
futureId() |
void |
markNotTrackable()
Marks this future as not trackable.
|
boolean |
onDone(IgniteInternalTx tx0,
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 |
onResult(UUID nodeId,
GridNearTxFinishResponse res) |
String |
toString() |
boolean |
trackable() |
GridNearTxLocal |
tx() |
duration, onDone, startTimeadd, 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, reset, resultclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitduration, startTimecancel, chain, chain, error, get, get, get, getUninterruptibly, isCancelled, isDone, listen, resultprotected static IgniteLogger msgLog
public GridNearTxFinishFuture(GridCacheSharedContext<K,V> cctx, GridNearTxLocal tx, boolean commit)
cctx - Context.tx - Transaction.commit - Commit flag.public boolean commit()
commit in interface NearTxFinishFuturepublic 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 GridNearTxLocal tx()
public boolean trackable()
trackable in interface GridCacheFuture<IgniteInternalTx>True if future should be tracked.public void markNotTrackable()
markNotTrackable in interface GridCacheFuture<IgniteInternalTx>public void onResult(UUID nodeId, GridNearTxFinishResponse res)
nodeId - Sender.res - Result.public void onResult(UUID nodeId, GridDhtTxFinishResponse res)
nodeId - Sender.res - Result.public boolean onDone(IgniteInternalTx tx0, Throwable err)
null exception is passed in
the result value will be ignored.onDone in class GridFutureAdapter<IgniteInternalTx>tx0 - Optional result.err - Optional error.True if result was set by this call.public void finish(boolean commit,
boolean clearThreadMap,
boolean onTimeout)
commit - Commit flag.clearThreadMap - If true removes GridNearTxLocal from thread map.onTimeout - If true called from timeout handler.public String toString()
toString in class GridCompoundIdentityFuture<IgniteInternalTx>
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018