Uses of Class
org.infinispan.server.hotrod.tx.table.TxState
Packages that use TxState
Package
Description
-
Uses of TxState in org.infinispan.server.hotrod.tx
Methods in org.infinispan.server.hotrod.tx that return TxState -
Uses of TxState in org.infinispan.server.hotrod.tx.table
Fields in org.infinispan.server.hotrod.tx.table with type parameters of type TxStateMethods in org.infinispan.server.hotrod.tx.table that return TxStateModifier and TypeMethodDescriptionTxState.markPreparing
(List<org.infinispan.commands.write.WriteCommand> modifications, TimeService timeService) TxState.setStatus
(Status newStatus, boolean cleanupModification, TimeService timeService) Constructor parameters in org.infinispan.server.hotrod.tx.table with type arguments of type TxStateModifierConstructorDescriptionGlobalTxTable
(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 TxStateModifier and TypeMethodDescriptionConditionalMarkAsRollbackFunction.apply
(EntryView.ReadWriteEntryView<CacheXid, TxState> view) CreateStateFunction.apply
(EntryView.ReadWriteEntryView<CacheXid, TxState> view) PreparingDecisionFunction.apply
(EntryView.ReadWriteEntryView<CacheXid, TxState> view) SetCompletedTransactionFunction.apply
(EntryView.ReadWriteEntryView<CacheXid, TxState> view) SetDecisionFunction.apply
(EntryView.ReadWriteEntryView<CacheXid, TxState> view) SetPreparedFunction.apply
(EntryView.ReadWriteEntryView<CacheXid, TxState> view)