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.WARNING: Generated code!It creates a newTxState
.WARNING: Generated code!It changes theTxState
status toStatus.PREPARING
and stores the transaction modifications.WARNING: Generated code!It marks the transaction as completed inTxState
by setting its status toStatus.COMMITTED
orStatus.ROLLED_BACK
.WARNING: Generated code!It sets the transaction decision inTxState
.WARNING: Generated code!It sets the transaction as successful prepared.WARNING: Generated code!WARNING: Generated code!