Uses of Interface
org.multiverse.stms.gamma.GammaConstants
-
-
Uses of GammaConstants in org.multiverse.stms.gamma.transactionalobjects
Subinterfaces of GammaConstants in org.multiverse.stms.gamma.transactionalobjects Modifier and Type Interface Description interface
GammaObject
Classes in org.multiverse.stms.gamma.transactionalobjects that implement GammaConstants Modifier and Type Class Description class
AbstractGammaObject
class
BaseGammaTxnRef
class
GammaTxnBoolean
ATxnBoolean
for theGammaStm
.class
GammaTxnDouble
class
GammaTxnInteger
class
GammaTxnLong
class
GammaTxnRef<E>
class
Tranlocal<E>
-
Uses of GammaConstants in org.multiverse.stms.gamma.transactions
Classes in org.multiverse.stms.gamma.transactions that implement GammaConstants Modifier and Type Class Description 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 Modifier and Type Class Description class
FatFixedLengthGammaTxn
A FatGammaTxn
(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 Modifier and Type Class Description 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.
-