Class SetPreparedFunction
java.lang.Object
org.infinispan.server.hotrod.tx.table.functions.TxFunction
org.infinispan.server.hotrod.tx.table.functions.SetPreparedFunction
- All Implemented Interfaces:
Function<EntryView.ReadWriteEntryView<CacheXid,
,TxState>, Byte> org.infinispan.commands.functional.functions.InjectableComponent
It sets the transaction as successful prepared.
The TxState
status must be Status.PREPARING
. If not, it returns the current status.
If the TxState
doesn't exist, it returns Status.NO_TRANSACTION
.
Note that the Status.PREPARED
doesn't mean the transaction can commit or not. The decision is made by the
client TransactionManager
.
- Since:
- 9.4
- Author:
- Pedro Ruivo
-
Field Summary
Fields inherited from class org.infinispan.server.hotrod.tx.table.functions.TxFunction
timeService
-
Constructor Summary
-
Method Summary
Methods inherited from class org.infinispan.server.hotrod.tx.table.functions.TxFunction
inject