Uses of Interface
org.multiverse.api.references.TxnRefFactory
-
Packages that use TxnRefFactory Package Description org.multiverse.api org.multiverse.api.references org.multiverse.collections org.multiverse.stms.gamma -
-
Uses of TxnRefFactory in org.multiverse.api
Methods in org.multiverse.api that return TxnRefFactory Modifier and Type Method Description TxnRefFactoryStm. getDefaultRefFactory()Returns the defaultTxnRefFactorythat can be used for easy and cheap access to a reference factory instead of setting one up through theTxnRefFactoryBuilder. -
Uses of TxnRefFactory in org.multiverse.api.references
Methods in org.multiverse.api.references that return TxnRefFactory Modifier and Type Method Description TxnRefFactoryTxnRefFactoryBuilder. build()Builds a TxnRefFactory. -
Uses of TxnRefFactory in org.multiverse.collections
Fields in org.multiverse.collections declared as TxnRefFactory Modifier and Type Field Description protected TxnRefFactoryAbstractTxnCollection. defaultRefFactoryprotected TxnRefFactoryAbstractTxnMap. defaultRefFactory -
Uses of TxnRefFactory in org.multiverse.stms.gamma
Subinterfaces of TxnRefFactory in org.multiverse.stms.gamma Modifier and Type Interface Description interfaceGammaTxnRefFactoryATxnRefFactorytailored for the GammaStm.
-