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
Fields in org.multiverse.api declared as Stm Modifier and Type Field Description private static StmGlobalStmInstance. instanceMethods in org.multiverse.api that return Stm Modifier and Type Method Description static StmGlobalStmInstance. getGlobalStmInstance()Gets the globalStminstance.StmTxnConfig. getStm()Returns the Stm that creates transactions based on this configuration.StmTxnObject. getStm()Returns theStmthis 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 StmTxnCollection. getStm()Returns the STM that manages this TxnCollection.StmTxnCollectionsFactory. getStm()StmTxnMap. getStm() -
Uses of Stm in org.multiverse.collections
Fields in org.multiverse.collections declared as Stm Modifier and Type Field Description protected StmAbstractTxnCollection. stmprotected StmAbstractTxnMap. stmprivate StmNaiveTxnCollectionFactory. stmMethods in org.multiverse.collections that return Stm Modifier and Type Method Description StmAbstractTxnCollection. getStm()StmAbstractTxnMap. getStm()StmNaiveTxnCollectionFactory. getStm()Constructors in org.multiverse.collections with parameters of type Stm Constructor Description AbstractTxnCollection(Stm stm)AbstractTxnMap(Stm stm)It(Stm stm, NaiveTxnStack.Node<E> node)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 classGammaStm
-