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 class
GammaStm.NonSpeculativeGammaTxnFactory
private static class
GammaStm.SpeculativeGammaTxnFactory
Fields in org.multiverse.stms.gamma declared as GammaTxnFactory Modifier and Type Field Description protected GammaTxnFactory
AbstractGammaTxnExecutor. txnFactory
Methods in org.multiverse.stms.gamma that return GammaTxnFactory Modifier and Type Method Description GammaTxnFactory
FatGammaTxnExecutor. getTxnFactory()
GammaTxnFactory
GammaTxnExecutor. getTxnFactory()
GammaTxnFactory
LeanGammaTxnExecutor. getTxnFactory()
GammaTxnFactory
GammaStm.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 GammaTxnFactory
GammaTxnFactoryBuilder. newTransactionFactory()
-