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 AdvancedExternalizer<CacheXid>
CacheXid. EXTERNALIZER
Methods in org.infinispan.server.hotrod.tx.table that return CacheXid Modifier and Type Method Description static CacheXid
CacheXid. readFrom(java.io.ObjectInput input)
Methods in org.infinispan.server.hotrod.tx.table with parameters of type CacheXid Modifier and Type Method Description TxState
GlobalTxTable. getState(CacheXid xid)
void
GlobalTxTable. remove(CacheXid cacheXid)
Status
GlobalTxTable. update(CacheXid key, TxFunction function, long timeoutMillis)
static void
CacheXid. writeTo(java.io.ObjectOutput output, CacheXid object)
Constructor parameters in org.infinispan.server.hotrod.tx.table with type arguments of type CacheXid Constructor Description GlobalTxTable(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 CacheXid Modifier and Type Method Description boolean
XidPredicate. test(CacheXid cacheXid)
Method parameters in org.infinispan.server.hotrod.tx.table.functions with type arguments of type CacheXid Modifier and Type Method Description java.lang.Byte
ConditionalMarkAsRollbackFunction. apply(EntryView.ReadWriteEntryView<CacheXid,TxState> view)
java.lang.Byte
CreateStateFunction. apply(EntryView.ReadWriteEntryView<CacheXid,TxState> view)
java.lang.Byte
PreparingDecisionFunction. apply(EntryView.ReadWriteEntryView<CacheXid,TxState> view)
java.lang.Byte
SetCompletedTransactionFunction. apply(EntryView.ReadWriteEntryView<CacheXid,TxState> view)
java.lang.Byte
SetDecisionFunction. apply(EntryView.ReadWriteEntryView<CacheXid,TxState> view)
java.lang.Byte
SetPreparedFunction. apply(EntryView.ReadWriteEntryView<CacheXid,TxState> view)
-