Package org.infinispan.server.hotrod.tx.table.functions
-
Class Summary Class Description ConditionalMarkAsRollbackFunction It updates theTxState
's status toStatus.MARK_ROLLBACK
if the current status is the expected.CreateStateFunction It creates a newTxState
.PreparingDecisionFunction It changes theTxState
status toStatus.PREPARING
and stores the transaction modifications.SetCompletedTransactionFunction It marks the transaction as completed inTxState
by setting its status toStatus.COMMITTED
orStatus.ROLLED_BACK
.SetDecisionFunction It sets the transaction decision inTxState
.SetPreparedFunction It sets the transaction as successful prepared.TxFunction XidPredicate