Uses of Package
org.infinispan.server.hotrod.tx.table.functions
-
Packages that use org.infinispan.server.hotrod.tx.table.functions Package Description org.infinispan.server.hotrod.tx.table org.infinispan.server.hotrod.tx.table.functions -
Classes in org.infinispan.server.hotrod.tx.table.functions used by org.infinispan.server.hotrod.tx.table Class Description TxFunction -
Classes in org.infinispan.server.hotrod.tx.table.functions used by org.infinispan.server.hotrod.tx.table.functions Class Description ConditionalMarkAsRollbackFunction It updates theTxState's status toStatus.MARK_ROLLBACKif the current status is the expected.CreateStateFunction It creates a newTxState.PreparingDecisionFunction It changes theTxStatestatus toStatus.PREPARINGand stores the transaction modifications.SetCompletedTransactionFunction It marks the transaction as completed inTxStateby setting its status toStatus.COMMITTEDorStatus.ROLLED_BACK.SetDecisionFunction It sets the transaction decision inTxState.SetPreparedFunction It sets the transaction as successful prepared.TxFunction XidPredicate