Uses of Interface
org.infinispan.commands.functional.functions.InjectableComponent
-
Packages that use InjectableComponent Package Description org.infinispan.commands.functional org.infinispan.commands.functional.functions org.infinispan.server.hotrod.tx.table.functions -
-
Uses of InjectableComponent in org.infinispan.commands.functional
Subinterfaces of InjectableComponent in org.infinispan.commands.functional Modifier and Type Interface Description interface
Mutation<K,V,R>
Simplified version of functional command used for read-only operations after transactional modifications. -
Uses of InjectableComponent in org.infinispan.commands.functional.functions
Classes in org.infinispan.commands.functional.functions that implement InjectableComponent Modifier and Type Class Description class
MergeFunction<K,V>
-
Uses of InjectableComponent in org.infinispan.server.hotrod.tx.table.functions
Classes in org.infinispan.server.hotrod.tx.table.functions that implement InjectableComponent 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.class
TxFunction
-