Package | Description |
---|---|
org.multiverse.api | |
org.multiverse.stms.gamma | |
org.multiverse.stms.gamma.transactions |
Modifier and Type | Method and Description |
---|---|
PropagationLevel |
TxnConfig.getPropagationLevel()
Returns the PropagationLevel used.
|
static PropagationLevel |
PropagationLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropagationLevel[] |
PropagationLevel.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.setPropagationLevel(PropagationLevel propagationLevel)
Sets the
PropagationLevel used. |
Modifier and Type | Field and Description |
---|---|
PropagationLevel |
GammaStmConfig.propagationLevel
The default propagation level for all transactions executed by the Stm.
|
Modifier and Type | Field and Description |
---|---|
PropagationLevel |
GammaTxnConfig.propagationLevel |
Modifier and Type | Method and Description |
---|---|
PropagationLevel |
GammaTxnConfig.getPropagationLevel() |
Modifier and Type | Method and Description |
---|---|
GammaTxnConfig |
GammaTxnConfig.setPropagationLevel(PropagationLevel propagationLevel) |
GammaTxnFactoryBuilder |
GammaTxnFactoryBuilder.setPropagationLevel(PropagationLevel propagationLevel) |
Copyright © 2020. All rights reserved.