Uses of Class
org.infinispan.server.hotrod.tx.table.functions.TxFunction
-
Packages that use TxFunction Package Description org.infinispan.server.hotrod.tx.table org.infinispan.server.hotrod.tx.table.functions -
-
Uses of TxFunction in org.infinispan.server.hotrod.tx.table
Methods in org.infinispan.server.hotrod.tx.table with parameters of type TxFunction Modifier and Type Method Description Status
GlobalTxTable. update(CacheXid key, TxFunction function, long timeoutMillis)
-
Uses of TxFunction in org.infinispan.server.hotrod.tx.table.functions
Subclasses of TxFunction in org.infinispan.server.hotrod.tx.table.functions Modifier and Type Class Description class
ConditionalMarkAsRollbackFunction
It updates theTxState
's status toStatus.MARK_ROLLBACK
if the current status is the expected.class
CreateStateFunction
It creates a newTxState
.class
PreparingDecisionFunction
It changes theTxState
status toStatus.PREPARING
and stores the transaction modifications.class
SetCompletedTransactionFunction
It marks the transaction as completed inTxState
by setting its status toStatus.COMMITTED
orStatus.ROLLED_BACK
.class
SetDecisionFunction
It sets the transaction decision inTxState
.class
SetPreparedFunction
It sets the transaction as successful prepared.
-