Uses of Class
org.infinispan.server.hotrod.tx.table.CacheXid
-
Packages that use CacheXid Package Description org.infinispan.server.hotrod.tx.table org.infinispan.server.hotrod.tx.table.functions -
-
Uses of CacheXid in org.infinispan.server.hotrod.tx.table
Fields in org.infinispan.server.hotrod.tx.table with type parameters of type CacheXid Modifier and Type Field Description static org.infinispan.commons.marshall.AdvancedExternalizer<CacheXid>CacheXid. EXTERNALIZERMethods in org.infinispan.server.hotrod.tx.table that return CacheXid Modifier and Type Method Description static CacheXidCacheXid. readFrom(ObjectInput input)Methods in org.infinispan.server.hotrod.tx.table with parameters of type CacheXid Modifier and Type Method Description TxStateGlobalTxTable. getState(CacheXid xid)voidGlobalTxTable. remove(CacheXid cacheXid)StatusGlobalTxTable. 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 CacheXid Constructor Description GlobalTxTable(org.infinispan.Cache<CacheXid,TxState> storage, org.infinispan.factories.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 CacheXid Modifier and Type Method Description booleanXidPredicate. test(CacheXid cacheXid)Method parameters in org.infinispan.server.hotrod.tx.table.functions with type arguments of type CacheXid Modifier and Type Method Description ByteConditionalMarkAsRollbackFunction. apply(org.infinispan.functional.EntryView.ReadWriteEntryView<CacheXid,TxState> view)ByteCreateStateFunction. apply(org.infinispan.functional.EntryView.ReadWriteEntryView<CacheXid,TxState> view)BytePreparingDecisionFunction. apply(org.infinispan.functional.EntryView.ReadWriteEntryView<CacheXid,TxState> view)ByteSetCompletedTransactionFunction. apply(org.infinispan.functional.EntryView.ReadWriteEntryView<CacheXid,TxState> view)ByteSetDecisionFunction. apply(org.infinispan.functional.EntryView.ReadWriteEntryView<CacheXid,TxState> view)ByteSetPreparedFunction. apply(org.infinispan.functional.EntryView.ReadWriteEntryView<CacheXid,TxState> view)
-