Uses of Interface
org.multiverse.api.TxnExecutor

Packages that use TxnExecutor
org.multiverse.api   
org.multiverse.stms.gamma   
 

Uses of TxnExecutor in org.multiverse.api
 

Methods in org.multiverse.api that return TxnExecutor
 TxnExecutor Stm.getDefaultTxnExecutor()
          Returns the default TxnExecutor that is useful for testing/experimentation purposes.
 TxnExecutor TxnFactoryBuilder.newTxnExecutor()
          Builds a new TxnExecutor optimized for executing transactions created by this TxnFactoryBuilder.
 

Uses of TxnExecutor in org.multiverse.stms.gamma
 

Subinterfaces of TxnExecutor in org.multiverse.stms.gamma
 interface GammaTxnExecutor
          An TxnExecutor tailored for the GammaStm.
 

Classes in org.multiverse.stms.gamma that implement TxnExecutor
 class AbstractGammaTxnExecutor
          An abstract GammaTxnExecutor implementation.
 class FatGammaTxnExecutor
          The TxnExecutor made for the GammaStm.
 class LeanGammaTxnExecutor
          The TxnExecutor made for the GammaStm.
 



Copyright © 2012. All Rights Reserved.