Uses of Interface
org.multiverse.stms.gamma.transactions.GammaTxnFactory
-
Packages that use GammaTxnFactory Package Description org.multiverse.stms.gamma org.multiverse.stms.gamma.transactions -
-
Uses of GammaTxnFactory in org.multiverse.stms.gamma
Classes in org.multiverse.stms.gamma that implement GammaTxnFactory Modifier and Type Class Description private static classGammaStm.NonSpeculativeGammaTxnFactoryprivate static classGammaStm.SpeculativeGammaTxnFactoryFields in org.multiverse.stms.gamma declared as GammaTxnFactory Modifier and Type Field Description protected GammaTxnFactoryAbstractGammaTxnExecutor. txnFactoryMethods in org.multiverse.stms.gamma that return GammaTxnFactory Modifier and Type Method Description GammaTxnFactoryFatGammaTxnExecutor. getTxnFactory()GammaTxnFactoryGammaTxnExecutor. getTxnFactory()GammaTxnFactoryLeanGammaTxnExecutor. getTxnFactory()GammaTxnFactoryGammaStm.GammaTxnFactoryBuilderImpl. newTransactionFactory()Constructors in org.multiverse.stms.gamma with parameters of type GammaTxnFactory Constructor Description AbstractGammaTxnExecutor(GammaTxnFactory txnFactory)FatGammaTxnExecutor(GammaTxnFactory txnFactory)LeanGammaTxnExecutor(GammaTxnFactory txnFactory) -
Uses of GammaTxnFactory in org.multiverse.stms.gamma.transactions
Methods in org.multiverse.stms.gamma.transactions that return GammaTxnFactory Modifier and Type Method Description GammaTxnFactoryGammaTxnFactoryBuilder. newTransactionFactory()
-