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.EXTERNALIZERMethods in org.infinispan.server.hotrod.tx.table that return CacheXidMethods in org.infinispan.server.hotrod.tx.table with parameters of type CacheXidModifier and TypeMethodDescriptionvoidGlobalTxTable.update(CacheXid key, TxFunction function, long timeoutMillis) static voidCacheXid.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
Classes in org.infinispan.server.hotrod.tx.table.functions that implement interfaces with type arguments of type CacheXidModifier and TypeClassDescriptionclassclassMethods 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)