Uses of Interface
org.multiverse.api.TxnConfig
-
Packages that use TxnConfig Package Description org.multiverse.api org.multiverse.stms.gamma.transactions -
-
Uses of TxnConfig in org.multiverse.api
Methods in org.multiverse.api that return TxnConfig Modifier and Type Method Description TxnConfigTxn. getConfig()Returns the TxnConfig used by this Txn.TxnConfigTxnFactory. getConfig()Gets theTxnConfigused by this TxnFactory.TxnConfigTxnFactoryBuilder. getConfig()Returns theTxnConfigused by this TxnFactoryBuilder. -
Uses of TxnConfig in org.multiverse.stms.gamma.transactions
Classes in org.multiverse.stms.gamma.transactions that implement TxnConfig Modifier and Type Class Description classGammaTxnConfigA configuration object that contains the configuration for a GammaTxn.
-