Modifier and Type | Interface and Description |
---|---|
interface |
GammaObject |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGammaObject |
class |
BaseGammaTxnRef |
class |
GammaTxnBoolean
A
TxnBoolean for the GammaStm . |
class |
GammaTxnDouble |
class |
GammaTxnInteger |
class |
GammaTxnLong
|
class |
GammaTxnRef<E>
|
class |
Tranlocal<E> |
Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
FatFixedLengthGammaTxn
A Fat
GammaTxn (supporting all features) but has a fixed capacity. |
class |
FatMonoGammaTxn |
class |
FatVariableLengthGammaTxn |
Modifier and Type | Class and 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.
|
Copyright © 2020. All rights reserved.