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 StatusGlobalTxTable. 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 classConditionalMarkAsRollbackFunctionIt updates theTxState's status toStatus.MARK_ROLLBACKif the current status is the expected.classCreateStateFunctionIt creates a newTxState.classPreparingDecisionFunctionIt changes theTxStatestatus toStatus.PREPARINGand stores the transaction modifications.classSetCompletedTransactionFunctionIt marks the transaction as completed inTxStateby setting its status toStatus.COMMITTEDorStatus.ROLLED_BACK.classSetDecisionFunctionIt sets the transaction decision inTxState.classSetPreparedFunctionIt sets the transaction as successful prepared.
-