Uses of Interface
org.multiverse.stms.gamma.GammaConstants

Packages that use GammaConstants
org.multiverse.stms.gamma.transactionalobjects   
org.multiverse.stms.gamma.transactions   
org.multiverse.stms.gamma.transactions.fat   
org.multiverse.stms.gamma.transactions.lean   
 

Uses of GammaConstants in org.multiverse.stms.gamma.transactionalobjects
 

Subinterfaces of GammaConstants in org.multiverse.stms.gamma.transactionalobjects
 interface GammaObject
           
 

Classes in org.multiverse.stms.gamma.transactionalobjects that implement GammaConstants
 class AbstractGammaObject
           
 class BaseGammaTxnRef
           
 class GammaTxnBoolean
          A TxnBoolean for the GammaStm.
 class GammaTxnDouble
           
 class GammaTxnInteger
           
 class GammaTxnLong
          A TxnLong for the GammaStm.
 class GammaTxnRef<E>
          A TxnRef tailored for the GammaStm.
 class Tranlocal<E>
           
 

Uses of GammaConstants in org.multiverse.stms.gamma.transactions
 

Classes in org.multiverse.stms.gamma.transactions that implement GammaConstants
 class GammaTxn
          Abstract GammaTxn to be used by all the concrete GammaTxn implementations.
 class GammaTxnConfig
          A configuration object that contains the configuration for a GammaTxn.
 class GammaTxnPool
          A pool for pooling GammaTxns.
 

Uses of GammaConstants in org.multiverse.stms.gamma.transactions.fat
 

Classes in org.multiverse.stms.gamma.transactions.fat that implement GammaConstants
 class FatFixedLengthGammaTxn
          A Fat GammaTxn (supporting all features) but has a fixed capacity.
 class FatMonoGammaTxn
           
 class FatVariableLengthGammaTxn
           
 

Uses of GammaConstants in org.multiverse.stms.gamma.transactions.lean
 

Classes in org.multiverse.stms.gamma.transactions.lean that implement GammaConstants
 class LeanFixedLengthGammaTxn
          A Lean GammaTxn that is optimized for a fixed number of GammaTxnRefs.
 class LeanMonoGammaTxn
          A Lean GammaTxn implementation that is optimized for dealing with only a single transactional reference.
 



Copyright © 2012. All Rights Reserved.