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 TxnExecutorStmUtils. defaultTxnExecutorMethods in org.multiverse.api that return TxnExecutor Modifier and Type Method Description TxnExecutorStm. getDefaultTxnExecutor()Returns the defaultTxnExecutorthat is useful for testing/experimentation purposes.TxnExecutorTxnFactoryBuilder. newTxnExecutor()Builds a newTxnExecutoroptimized 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 interfaceGammaTxnExecutorAnTxnExecutortailored for the GammaStm.Classes in org.multiverse.stms.gamma that implement TxnExecutor Modifier and Type Class Description classAbstractGammaTxnExecutorAn abstractGammaTxnExecutorimplementation.classFatGammaTxnExecutorTheTxnExecutormade for the GammaStm.classLeanGammaTxnExecutorTheTxnExecutormade for the GammaStm.
-