Uses of Interface
org.multiverse.api.TxnExecutor
-
Packages that use TxnExecutor Package Description org.multiverse.api org.multiverse.stms.gamma -
-
Uses of TxnExecutor in org.multiverse.api
Fields in org.multiverse.api declared as TxnExecutor Modifier and Type Field Description private static TxnExecutor
StmUtils. defaultTxnExecutor
Methods in org.multiverse.api that return TxnExecutor Modifier and Type Method Description TxnExecutor
Stm. getDefaultTxnExecutor()
Returns the defaultTxnExecutor
that is useful for testing/experimentation purposes.TxnExecutor
TxnFactoryBuilder. newTxnExecutor()
Builds a newTxnExecutor
optimized for executing transactions created by this TxnFactoryBuilder. -
Uses of TxnExecutor in org.multiverse.stms.gamma
Subinterfaces of TxnExecutor in org.multiverse.stms.gamma Modifier and Type Interface Description interface
GammaTxnExecutor
AnTxnExecutor
tailored for the GammaStm.Classes in org.multiverse.stms.gamma that implement TxnExecutor Modifier and Type Class Description class
AbstractGammaTxnExecutor
An abstractGammaTxnExecutor
implementation.class
FatGammaTxnExecutor
TheTxnExecutor
made for the GammaStm.class
LeanGammaTxnExecutor
TheTxnExecutor
made for the GammaStm.
-