Uses of Class
org.infinispan.server.hotrod.tx.table.functions.TxFunction
Package
Description
-
Uses of TxFunction in org.infinispan.server.hotrod.tx.table
Modifier and TypeMethodDescriptionGlobalTxTable.update
(CacheXid key, TxFunction function, long timeoutMillis) -
Uses of TxFunction in org.infinispan.server.hotrod.tx.table.functions
Modifier and TypeClassDescriptionclass
It updates theTxState
's status toStatus.MARK_ROLLBACK
if the current status is the expected.class
It creates a newTxState
.class
It changes theTxState
status toStatus.PREPARING
and stores the transaction modifications.class
It marks the transaction as completed inTxState
by setting its status toStatus.COMMITTED
orStatus.ROLLED_BACK
.class
It sets the transaction decision inTxState
.class
It sets the transaction as successful prepared.