Package | Description |
---|---|
org.multiverse.api | |
org.multiverse.stms.gamma | |
org.multiverse.stms.gamma.transactions |
Modifier and Type | Method and Description |
---|---|
IsolationLevel |
TxnConfig.getIsolationLevel()
Gets the IsolationLevel used.
|
static IsolationLevel |
IsolationLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IsolationLevel[] |
IsolationLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TxnFactoryBuilder |
TxnFactoryBuilder.setIsolationLevel(IsolationLevel isolationLevel)
Sets the
IsolationLevel on the Txn . |
Modifier and Type | Field and Description |
---|---|
IsolationLevel |
GammaStmConfig.isolationLevel
The default isolation level for all transactions executed by the GammaStm.
|
Modifier and Type | Field and Description |
---|---|
IsolationLevel |
GammaTxnConfig.isolationLevel |
Modifier and Type | Method and Description |
---|---|
IsolationLevel |
GammaTxnConfig.getIsolationLevel() |
Modifier and Type | Method and Description |
---|---|
GammaTxnConfig |
GammaTxnConfig.setIsolationLevel(IsolationLevel isolationLevel) |
GammaTxnFactoryBuilder |
GammaTxnFactoryBuilder.setIsolationLevel(IsolationLevel isolationLevel) |
Copyright © 2020. All rights reserved.