Package org.multiverse.stms.gamma
Interface GammaTxnRefFactoryBuilder
-
- All Superinterfaces:
TxnRefFactoryBuilder
public interface GammaTxnRefFactoryBuilder extends TxnRefFactoryBuilder
ATxnRefFactoryBuildertailored for the GammaStm.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GammaTxnRefFactorybuild()Builds a TxnRefFactory.
-
-
-
Method Detail
-
build
GammaTxnRefFactory build()
Description copied from interface:TxnRefFactoryBuilderBuilds a TxnRefFactory.- Specified by:
buildin interfaceTxnRefFactoryBuilder- Returns:
- the build reference factory.
-
-