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()
           
 

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

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

Constructors in org.multiverse.stms.alpha.programmatic with parameters of type AlphaStm
AlphaProgrammaticLong(AlphaStm stm, long value)
           
AlphaProgrammaticReference(AlphaStm stm, E value)
           
AlphaProgrammaticReferenceFactory(AlphaStm stm)
          Creates a new AlphaProgrammaticReferenceFactory with the provided stm.
AlphaProgrammaticReferenceFactoryBuilder(AlphaStm stm)
          Creates a new AlphaProgrammaticReferenceFactoryBuilder.
 



Copyright © 2008-2010 Multiverse. All Rights Reserved.