Uses of Class
org.multiverse.stms.gamma.GammaStm
-
-
Uses of GammaStm in org.multiverse.stms.gamma
Methods in org.multiverse.stms.gamma that return GammaStm Modifier and Type Method Description static GammaStmGammaStm. createFast()Creates a GammaStm implementation optimized for speed. -
Uses of GammaStm in org.multiverse.stms.gamma.transactionalobjects
Fields in org.multiverse.stms.gamma.transactionalobjects declared as GammaStm Modifier and Type Field Description GammaStmAbstractGammaObject. stmMethods in org.multiverse.stms.gamma.transactionalobjects that return GammaStm Modifier and Type Method Description GammaStmAbstractGammaObject. getStm()GammaStmGammaObject. getStm()Constructors in org.multiverse.stms.gamma.transactionalobjects with parameters of type GammaStm Constructor Description AbstractGammaObject(GammaStm stm)BaseGammaTxnRef(GammaStm stm, int type)GammaTxnBoolean(GammaStm stm)GammaTxnBoolean(GammaStm stm, boolean b)GammaTxnDouble(GammaStm stm)GammaTxnDouble(GammaStm stm, double value)GammaTxnInteger(GammaStm stm)GammaTxnInteger(GammaStm stm, int value)GammaTxnLong(GammaStm stm)GammaTxnLong(GammaStm stm, long initialValue)GammaTxnRef(GammaStm stm)GammaTxnRef(GammaStm stm, E value) -
Uses of GammaStm in org.multiverse.stms.gamma.transactions
Fields in org.multiverse.stms.gamma.transactions declared as GammaStm Modifier and Type Field Description GammaStmGammaTxnConfig. stmMethods in org.multiverse.stms.gamma.transactions that return GammaStm Modifier and Type Method Description GammaStmGammaTxnConfig. getStm()Constructors in org.multiverse.stms.gamma.transactions with parameters of type GammaStm Constructor Description GammaTxnConfig(GammaStm stm)GammaTxnConfig(GammaStm stm, int maxFixedLengthTransactionSize)GammaTxnConfig(GammaStm stm, GammaStmConfig config) -
Uses of GammaStm in org.multiverse.stms.gamma.transactions.fat
Constructors in org.multiverse.stms.gamma.transactions.fat with parameters of type GammaStm Constructor Description FatFixedLengthGammaTxn(GammaStm stm)FatMonoGammaTxn(GammaStm stm)FatVariableLengthGammaTxn(GammaStm stm) -
Uses of GammaStm in org.multiverse.stms.gamma.transactions.lean
Constructors in org.multiverse.stms.gamma.transactions.lean with parameters of type GammaStm Constructor Description LeanFixedLengthGammaTxn(GammaStm stm)LeanMonoGammaTxn(GammaStm stm)
-