Modifier and Type | Method and Description |
---|---|
static GammaStm |
GammaStm.createFast()
Creates a GammaStm implementation optimized for speed.
|
Modifier and Type | Field and Description |
---|---|
GammaStm |
AbstractGammaObject.stm |
Modifier and Type | Method and Description |
---|---|
GammaStm |
GammaObject.getStm() |
GammaStm |
AbstractGammaObject.getStm() |
Constructor and 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) |
Modifier and Type | Field and Description |
---|---|
GammaStm |
GammaTxnConfig.stm |
Modifier and Type | Method and Description |
---|---|
GammaStm |
GammaTxnConfig.getStm() |
Constructor and Description |
---|
GammaTxnConfig(GammaStm stm) |
GammaTxnConfig(GammaStm stm,
GammaStmConfig config) |
GammaTxnConfig(GammaStm stm,
int maxFixedLengthTransactionSize) |
Constructor and Description |
---|
FatFixedLengthGammaTxn(GammaStm stm) |
FatMonoGammaTxn(GammaStm stm) |
FatVariableLengthGammaTxn(GammaStm stm) |
Constructor and Description |
---|
LeanFixedLengthGammaTxn(GammaStm stm) |
LeanMonoGammaTxn(GammaStm stm) |
Copyright © 2020. All rights reserved.