Uses of Interface
org.multiverse.api.TxnFactory
-
Packages that use TxnFactory Package Description org.multiverse.api org.multiverse.stms.gamma org.multiverse.stms.gamma.transactions -
-
Uses of TxnFactory in org.multiverse.api
Methods in org.multiverse.api that return TxnFactory Modifier and Type Method Description TxnFactoryTxnExecutor. getTxnFactory()Returns theTxnFactorythat is used by this TxnExecutor to create transactions used to execute transactional closures.TxnFactoryTxnFactoryBuilder. newTransactionFactory()Builds a newTxnFactory. -
Uses of TxnFactory in org.multiverse.stms.gamma
Classes in org.multiverse.stms.gamma that implement TxnFactory Modifier and Type Class Description private static classGammaStm.NonSpeculativeGammaTxnFactoryprivate static classGammaStm.SpeculativeGammaTxnFactory -
Uses of TxnFactory in org.multiverse.stms.gamma.transactions
Subinterfaces of TxnFactory in org.multiverse.stms.gamma.transactions Modifier and Type Interface Description interfaceGammaTxnFactoryATxnFactorytailored for theGammaStm.
-