public interface NearTxFinishFuture extends IgniteInternalFuture<IgniteInternalTx>
| Modifier and Type | Method and Description |
|---|---|
boolean |
commit() |
void |
finish(boolean commit,
boolean clearThreadMap,
boolean onTimeout) |
void |
onNodeStop(IgniteCheckedException e) |
GridNearTxLocal |
tx() |
cancel, chain, chain, chainCompose, chainCompose, error, get, get, get, getUninterruptibly, isCancelled, isDone, listen, resultboolean commit()
GridNearTxLocal tx()
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.void onNodeStop(IgniteCheckedException e)
e - Error.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023