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 org.infinispan.commons.marshall.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(List<org.infinispan.commands.write.WriteCommand> modifications, org.infinispan.commons.time.TimeService timeService)TxStateTxState. setStatus(Status newStatus, boolean cleanupModification, org.infinispan.commons.time.TimeService timeService)Constructor parameters in org.infinispan.server.hotrod.tx.table with type arguments of type TxState Constructor Description GlobalTxTable(org.infinispan.Cache<CacheXid,TxState> storage, org.infinispan.factories.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 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)
-