Interface GammaTxnExecutor

All Superinterfaces:
MultiverseConstants, TxnExecutor
All Known Implementing Classes:
AbstractGammaTxnExecutor, FatGammaTxnExecutor, LeanGammaTxnExecutor

public interface GammaTxnExecutor extends TxnExecutor
An TxnExecutor tailored for the GammaStm.
  • Method Details

    • getTxnFactory

      GammaTxnFactory getTxnFactory()
      Description copied from interface: TxnExecutor
      Returns the TxnFactory that is used by this TxnExecutor to create transactions used to execute transactional closures.
      Specified by:
      getTxnFactory in interface TxnExecutor
      Returns:
      the TxnFactory used by this TxnExecutor.