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
Fields in org.multiverse.api declared as TxnRefFactory Modifier and Type Field Description private static TxnRefFactory
StmUtils. refFactory
Methods in org.multiverse.api that return TxnRefFactory Modifier and Type Method Description TxnRefFactory
Stm. getDefaultRefFactory()
Returns the defaultTxnRefFactory
that 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 TxnRefFactory
TxnRefFactoryBuilder. 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 TxnRefFactory
AbstractTxnCollection. defaultRefFactory
protected TxnRefFactory
AbstractTxnMap. defaultRefFactory
Constructors in org.multiverse.collections with parameters of type TxnRefFactory Constructor Description Entry(TxnRefFactory refFactory, E value)
-
Uses of TxnRefFactory in org.multiverse.stms.gamma
Subinterfaces of TxnRefFactory in org.multiverse.stms.gamma Modifier and Type Interface Description interface
GammaTxnRefFactory
ATxnRefFactory
tailored for the GammaStm.Classes in org.multiverse.stms.gamma that implement TxnRefFactory Modifier and Type Class Description private class
GammaStm.GammaTxnRefFactoryImpl
-