Uses of Interface
org.multiverse.api.Stm
-
Packages that use Stm Package Description org.multiverse.api org.multiverse.api.collections org.multiverse.collections org.multiverse.stms.gamma -
-
Uses of Stm in org.multiverse.api
Methods in org.multiverse.api that return Stm Modifier and Type Method Description static Stm
GlobalStmInstance. getGlobalStmInstance()
Gets the globalStm
instance.Stm
TxnConfig. getStm()
Returns the Stm that creates transactions based on this configuration.Stm
TxnObject. getStm()
Returns theStm
this TxnObject is part of. -
Uses of Stm in org.multiverse.api.collections
Methods in org.multiverse.api.collections that return Stm Modifier and Type Method Description Stm
TxnCollection. getStm()
Returns the STM that manages this TxnCollection.Stm
TxnCollectionsFactory. getStm()
Stm
TxnMap. getStm()
-
Uses of Stm in org.multiverse.collections
Fields in org.multiverse.collections declared as Stm Modifier and Type Field Description protected Stm
AbstractTxnCollection. stm
protected Stm
AbstractTxnMap. stm
Methods in org.multiverse.collections that return Stm Modifier and Type Method Description Stm
AbstractTxnCollection. getStm()
Stm
AbstractTxnMap. getStm()
Stm
NaiveTxnCollectionFactory. getStm()
Constructors in org.multiverse.collections with parameters of type Stm Constructor Description AbstractTxnCollection(Stm stm)
AbstractTxnMap(Stm stm)
NaiveTxnCollectionFactory(Stm stm)
NaiveTxnHashMap(Stm stm)
NaiveTxnHashSet(Stm stm)
NaiveTxnLinkedList(Stm stm)
NaiveTxnLinkedList(Stm stm, int capacity)
NaiveTxnStack(Stm stm)
NaiveTxnStack(Stm stm, int capacity)
-
Uses of Stm in org.multiverse.stms.gamma
Classes in org.multiverse.stms.gamma that implement Stm Modifier and Type Class Description class
GammaStm
-