Uses of Interface
org.multiverse.api.Stm

Packages that use Stm
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
static Stm GlobalStmInstance.getGlobalStmInstance()
          Gets the global Stm instance.
 Stm TxnObject.getStm()
          Returns the Stm this TxnObject is part of.
 Stm TxnConfig.getStm()
          Returns the Stm that creates transactions based on this configuration.
 

Uses of Stm in org.multiverse.api.collections
 

Methods in org.multiverse.api.collections that return Stm
 Stm TxnMap.getStm()
          Returns the Stm that manages this TxnMap.
 Stm TxnCollectionsFactory.getStm()
           
 Stm TxnCollection.getStm()
          Returns the STM that manages this TxnCollection.
 

Uses of Stm in org.multiverse.collections
 

Fields in org.multiverse.collections declared as Stm
protected  Stm AbstractTxnMap.stm
           
protected  Stm AbstractTxnCollection.stm
           
 

Methods in org.multiverse.collections that return Stm
 Stm NaiveTxnCollectionFactory.getStm()
           
 Stm AbstractTxnMap.getStm()
           
 Stm AbstractTxnCollection.getStm()
           
 

Constructors in org.multiverse.collections with parameters of type Stm
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
 class GammaStm
           
 



Copyright © 2012. All Rights Reserved.