Uses of Record Class
org.infinispan.server.hotrod.tx.table.CacheXid
Packages that use CacheXid
Package
Description
-
Uses of CacheXid in org.infinispan.server.hotrod.tx.table
Classes in org.infinispan.server.hotrod.tx.table that implement interfaces with type arguments of type CacheXidModifier and TypeClassDescriptionfinal class
WARNING: Generated code!Methods in org.infinispan.server.hotrod.tx.table that return CacheXidModifier and TypeMethodDescriptionCacheXid$___Marshaller_ceac18a50065cec9e6d19a87ff3246efd90a261b9e632f2bd702ee246d723e40.read
(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) Methods in org.infinispan.server.hotrod.tx.table that return types with arguments of type CacheXidModifier and TypeMethodDescriptionCacheXid$___Marshaller_ceac18a50065cec9e6d19a87ff3246efd90a261b9e632f2bd702ee246d723e40.getJavaClass()
Methods in org.infinispan.server.hotrod.tx.table with parameters of type CacheXidModifier and TypeMethodDescriptionvoid
GlobalTxTable.update
(CacheXid key, TxFunction function, long timeoutMillis) void
CacheXid$___Marshaller_ceac18a50065cec9e6d19a87ff3246efd90a261b9e632f2bd702ee246d723e40.write
(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, CacheXid $2) 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
Classes in org.infinispan.server.hotrod.tx.table.functions that implement interfaces with type arguments of type CacheXidModifier and TypeClassDescriptionclass
final record
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)