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 interfaceGammaObjectClasses in org.multiverse.stms.gamma.transactionalobjects that implement GammaConstants Modifier and Type Class Description classAbstractGammaObjectclassBaseGammaTxnRefclassGammaTxnBooleanATxnBooleanfor theGammaStm.classGammaTxnDoubleclassGammaTxnIntegerclassGammaTxnLongclassGammaTxnRef<E>classTranlocal<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 classGammaTxnAbstract GammaTxn to be used by all the concrete GammaTxn implementations.classGammaTxnConfigA configuration object that contains the configuration for a GammaTxn.classGammaTxnPoolA 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 classFatFixedLengthGammaTxnA FatGammaTxn(supporting all features) but has a fixed capacity.classFatMonoGammaTxnclassFatVariableLengthGammaTxn -
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 classLeanFixedLengthGammaTxnA Lean GammaTxn that is optimized for a fixed number of GammaTxnRefs.classLeanMonoGammaTxnA Lean GammaTxn implementation that is optimized for dealing with only a single transactional reference.
-