Uses of Interface
org.multiverse.MultiverseConstants

Packages that use MultiverseConstants
org.multiverse.api   
org.multiverse.stms.gamma   
org.multiverse.stms.gamma.transactionalobjects   
org.multiverse.stms.gamma.transactions   
org.multiverse.stms.gamma.transactions.fat   
org.multiverse.stms.gamma.transactions.lean   
org.multiverse.utils   
 

Uses of MultiverseConstants in org.multiverse.api
 

Subinterfaces of MultiverseConstants in org.multiverse.api
 interface OrElseBlock
          The OrElse is responsible for executing the either block, or in case of a retry, the orelse block is executed.
 interface TxnExecutor
          An TxnExecutor is responsible for executing an atomic callable.
 

Classes in org.multiverse.api that implement MultiverseConstants
 class LockMode
          Using the LockMode one can control the pessimistic nature of a Txn.
 

Uses of MultiverseConstants in org.multiverse.stms.gamma
 

Subinterfaces of MultiverseConstants in org.multiverse.stms.gamma
 interface GammaConstants
          Contains the constants for the GammaStm.
 interface GammaTxnExecutor
          An TxnExecutor tailored for the GammaStm.
 

Classes in org.multiverse.stms.gamma that implement MultiverseConstants
 class AbstractGammaTxnExecutor
          An abstract GammaTxnExecutor implementation.
 class FatGammaTxnExecutor
          The TxnExecutor made for the GammaStm.
 class GammaOrElseBlock
           
 class LeanGammaTxnExecutor
          The TxnExecutor made for the GammaStm.
 

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

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

Classes in org.multiverse.stms.gamma.transactionalobjects that implement MultiverseConstants
 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 MultiverseConstants in org.multiverse.stms.gamma.transactions
 

Classes in org.multiverse.stms.gamma.transactions that implement MultiverseConstants
 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 MultiverseConstants in org.multiverse.stms.gamma.transactions.fat
 

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

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

Classes in org.multiverse.stms.gamma.transactions.lean that implement MultiverseConstants
 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.
 

Uses of MultiverseConstants in org.multiverse.utils
 

Classes in org.multiverse.utils that implement MultiverseConstants
 class Bugshaker
          Contains some utility functions for shaking out bugs.
 



Copyright © 2012. All Rights Reserved.