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