Uses of Class
org.infinispan.server.hotrod.tx.table.TxState
-
Packages that use TxState Package Description org.infinispan.server.hotrod.tx org.infinispan.server.hotrod.tx.table org.infinispan.server.hotrod.tx.table.functions -
-
Uses of TxState in org.infinispan.server.hotrod.tx
Methods in org.infinispan.server.hotrod.tx that return TxState Modifier and Type Method Description TxState
PrepareCoordinator. getTxState()
-
Uses of TxState in org.infinispan.server.hotrod.tx.table
Fields in org.infinispan.server.hotrod.tx.table with type parameters of type TxState Modifier and Type Field Description static AdvancedExternalizer<TxState>
TxState. EXTERNALIZER
Methods in org.infinispan.server.hotrod.tx.table that return TxState Modifier and Type Method Description TxState
GlobalTxTable. getState(CacheXid xid)
TxState
TxState. markPreparing(java.util.List<org.infinispan.commands.write.WriteCommand> modifications, TimeService timeService)
TxState
TxState. setStatus(Status newStatus, boolean cleanupModification, TimeService timeService)
Constructor parameters in org.infinispan.server.hotrod.tx.table with type arguments of type TxState Constructor Description GlobalTxTable(Cache<CacheXid,TxState> storage, GlobalComponentRegistry gcr)
-
Uses of TxState in org.infinispan.server.hotrod.tx.table.functions
Method parameters in org.infinispan.server.hotrod.tx.table.functions with type arguments of type TxState Modifier and Type Method Description java.lang.Byte
ConditionalMarkAsRollbackFunction. apply(EntryView.ReadWriteEntryView<CacheXid,TxState> view)
java.lang.Byte
CreateStateFunction. apply(EntryView.ReadWriteEntryView<CacheXid,TxState> view)
java.lang.Byte
PreparingDecisionFunction. apply(EntryView.ReadWriteEntryView<CacheXid,TxState> view)
java.lang.Byte
SetCompletedTransactionFunction. apply(EntryView.ReadWriteEntryView<CacheXid,TxState> view)
java.lang.Byte
SetDecisionFunction. apply(EntryView.ReadWriteEntryView<CacheXid,TxState> view)
java.lang.Byte
SetPreparedFunction. apply(EntryView.ReadWriteEntryView<CacheXid,TxState> view)
-