Uses of Class
org.multiverse.stms.alpha.AlphaStm

Packages that use AlphaStm
org.multiverse.stms.alpha Contains the main Multiverse STM implementation: the AlphaStm. 
org.multiverse.stms.alpha.programmatic   
 

Uses of AlphaStm in org.multiverse.stms.alpha
 

Methods in org.multiverse.stms.alpha that return AlphaStm
static AlphaStm AlphaStm.createDebug()
           
static AlphaStm AlphaStm.createFast()
           
 AlphaStm AlphaStm.AlphaTransactionFactoryBuilder.getStm()
           
 

Uses of AlphaStm in org.multiverse.stms.alpha.programmatic
 

Methods in org.multiverse.stms.alpha.programmatic with parameters of type AlphaStm
static AlphaProgrammaticLongRef AlphaProgrammaticLongRef.createUncommitted(AlphaStm stm)
           
 

Constructors in org.multiverse.stms.alpha.programmatic with parameters of type AlphaStm
AlphaProgrammaticLongRef(AlphaStm stm, long value)
           
AlphaProgrammaticRef(AlphaStm stm, E value)
           
AlphaProgrammaticRefFactory(AlphaStm stm)
          Creates a new AlphaProgrammaticRefFactory with the provided stm.
AlphaProgrammaticRefFactoryBuilder(AlphaStm stm)
          Creates a new AlphaProgrammaticRefFactoryBuilder.
 



Copyright © 2008-2010 Multiverse. All Rights Reserved.