Uses of Class
org.infinispan.server.hotrod.tx.table.CacheXid
Package
Description
-
Uses of CacheXid in org.infinispan.server.hotrod.tx.table
Modifier and TypeFieldDescriptionstatic final AdvancedExternalizer
<CacheXid> CacheXid.EXTERNALIZER
Modifier and TypeMethodDescriptionvoid
GlobalTxTable.update
(CacheXid key, TxFunction function, long timeoutMillis) static void
CacheXid.writeTo
(ObjectOutput output, CacheXid object) ModifierConstructorDescriptionGlobalTxTable
(Cache<CacheXid, TxState> storage, GlobalComponentRegistry gcr) -
Uses of CacheXid in org.infinispan.server.hotrod.tx.table.functions
Modifier 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)