| Package | Description |
|---|---|
| org.multiverse.api | |
| org.multiverse.stms.gamma | |
| org.multiverse.stms.gamma.transactions |
| Modifier and Type | Method and Description |
|---|---|
TxnFactory |
TxnExecutor.getTxnFactory()
Returns the
TxnFactory that is used by this TxnExecutor to create transactions used to execute
transactional closures. |
TxnFactory |
TxnFactoryBuilder.newTransactionFactory()
Builds a new
TxnFactory. |
| Modifier and Type | Class and Description |
|---|---|
private static class |
GammaStm.NonSpeculativeGammaTxnFactory |
private static class |
GammaStm.SpeculativeGammaTxnFactory |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GammaTxnFactory
A
TxnFactory tailored for the GammaStm. |