Package org.infinispan.server.hotrod.tx.table.functions
package org.infinispan.server.hotrod.tx.table.functions
-
ClassesClassDescriptionIt updates the
TxState's status toStatus.MARK_ROLLBACKif the current status is the expected.It creates a newTxState.It changes theTxStatestatus toStatus.PREPARINGand stores the transaction modifications.It marks the transaction as completed inTxStateby setting its status toStatus.COMMITTEDorStatus.ROLLED_BACK.It sets the transaction decision inTxState.It sets the transaction as successful prepared.