Uses of Class
org.infinispan.server.hotrod.tx.table.TxState
-
Packages that use TxState Package Description org.infinispan.server.hotrod.tx org.infinispan.server.hotrod.tx.table org.infinispan.server.hotrod.tx.table.functions -
-
Uses of TxState in org.infinispan.server.hotrod.tx
Methods in org.infinispan.server.hotrod.tx that return TxState Modifier and Type Method Description TxStatePrepareCoordinator. getTxState() -
Uses of TxState in org.infinispan.server.hotrod.tx.table
Fields in org.infinispan.server.hotrod.tx.table with type parameters of type TxState Modifier and Type Field Description static AdvancedExternalizer<TxState>TxState. EXTERNALIZERMethods in org.infinispan.server.hotrod.tx.table that return TxState Modifier and Type Method Description TxStateGlobalTxTable. getState(CacheXid xid)TxStateTxState. markPreparing(java.util.List<org.infinispan.commands.write.WriteCommand> modifications, TimeService timeService)TxStateTxState. setStatus(Status newStatus, boolean cleanupModification, TimeService timeService)Constructor parameters in org.infinispan.server.hotrod.tx.table with type arguments of type TxState Constructor Description GlobalTxTable(Cache<CacheXid,TxState> storage, GlobalComponentRegistry gcr) -
Uses of TxState in org.infinispan.server.hotrod.tx.table.functions
Method parameters in org.infinispan.server.hotrod.tx.table.functions with type arguments of type TxState Modifier and Type Method Description java.lang.ByteConditionalMarkAsRollbackFunction. apply(EntryView.ReadWriteEntryView<CacheXid,TxState> view)java.lang.ByteCreateStateFunction. apply(EntryView.ReadWriteEntryView<CacheXid,TxState> view)java.lang.BytePreparingDecisionFunction. apply(EntryView.ReadWriteEntryView<CacheXid,TxState> view)java.lang.ByteSetCompletedTransactionFunction. apply(EntryView.ReadWriteEntryView<CacheXid,TxState> view)java.lang.ByteSetDecisionFunction. apply(EntryView.ReadWriteEntryView<CacheXid,TxState> view)java.lang.ByteSetPreparedFunction. apply(EntryView.ReadWriteEntryView<CacheXid,TxState> view)
-