Package | Description |
---|---|
org.multiverse.api | |
org.multiverse.stms.gamma |
Modifier and Type | Method and Description |
---|---|
TxnExecutor |
Stm.getDefaultTxnExecutor()
Returns the default
TxnExecutor that is useful for testing/experimentation purposes. |
TxnExecutor |
TxnFactoryBuilder.newTxnExecutor()
Builds a new
TxnExecutor optimized for executing transactions created by this TxnFactoryBuilder. |
Modifier and Type | Interface and Description |
---|---|
interface |
GammaTxnExecutor
An
TxnExecutor tailored for the GammaStm. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGammaTxnExecutor
An abstract
GammaTxnExecutor implementation. |
class |
FatGammaTxnExecutor
The
TxnExecutor made for the GammaStm. |
class |
LeanGammaTxnExecutor
The
TxnExecutor made for the GammaStm. |
Copyright © 2020. All rights reserved.