public interface GammaTxnFactory extends TxnFactory
TxnFactory
tailored for the GammaStm
.Modifier and Type | Method and Description |
---|---|
GammaTxnConfig |
getConfig()
Gets the
TxnConfig used by this TxnFactory. |
GammaTxn |
newTransaction(GammaTxnPool pool) |
GammaTxn |
newTxn()
Creates a new
Txn . |
GammaTxn |
upgradeAfterSpeculativeFailure(GammaTxn tx,
GammaTxnPool pool) |
getTxnFactoryBuilder
GammaTxnConfig getConfig()
TxnFactory
TxnConfig
used by this TxnFactory.getConfig
in interface TxnFactory
GammaTxn newTxn()
TxnFactory
Txn
.newTxn
in interface TxnFactory
GammaTxn newTransaction(GammaTxnPool pool)
GammaTxn upgradeAfterSpeculativeFailure(GammaTxn tx, GammaTxnPool pool)
Copyright © 2020. All rights reserved.