Package org.infinispan.server.hotrod.tx.table.functions
package org.infinispan.server.hotrod.tx.table.functions
-
ClassDescriptionIt updates the
TxState
's status toStatus.MARK_ROLLBACK
if the current status is the expected.It creates a newTxState
.It changes theTxState
status toStatus.PREPARING
and stores the transaction modifications.It marks the transaction as completed inTxState
by setting its status toStatus.COMMITTED
orStatus.ROLLED_BACK
.It sets the transaction decision inTxState
.It sets the transaction as successful prepared.