Uses of Class
org.infinispan.server.hotrod.tx.table.CacheXid
Packages that use CacheXid
Package
Description
-
Uses of CacheXid in org.infinispan.server.hotrod.tx.table
Fields in org.infinispan.server.hotrod.tx.table with type parameters of type CacheXidModifier and TypeFieldDescriptionstatic final AdvancedExternalizer<CacheXid>
CacheXid.EXTERNALIZER
Methods in org.infinispan.server.hotrod.tx.table that return CacheXidMethods in org.infinispan.server.hotrod.tx.table with parameters of type CacheXidModifier and TypeMethodDescriptionvoid
GlobalTxTable.update
(CacheXid key, TxFunction function, long timeoutMillis) static void
CacheXid.writeTo
(ObjectOutput output, CacheXid object) Constructor parameters in org.infinispan.server.hotrod.tx.table with type arguments of type CacheXidModifierConstructorDescriptionGlobalTxTable
(Cache<CacheXid, TxState> storage, GlobalComponentRegistry gcr) -
Uses of CacheXid in org.infinispan.server.hotrod.tx.table.functions
Methods in org.infinispan.server.hotrod.tx.table.functions with parameters of type CacheXidMethod parameters in org.infinispan.server.hotrod.tx.table.functions with type arguments of type CacheXidModifier 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)