Uses of Class
org.multiverse.api.PropagationLevel
-
Packages that use PropagationLevel Package Description org.multiverse.api org.multiverse.stms.gamma org.multiverse.stms.gamma.transactions -
-
Uses of PropagationLevel in org.multiverse.api
Methods in org.multiverse.api that return PropagationLevel Modifier and Type Method 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.Methods in org.multiverse.api with parameters of type PropagationLevel Modifier and Type Method Description TxnFactoryBuilder
TxnFactoryBuilder. setPropagationLevel(PropagationLevel propagationLevel)
Sets thePropagationLevel
used. -
Uses of PropagationLevel in org.multiverse.stms.gamma
Fields in org.multiverse.stms.gamma declared as PropagationLevel Modifier and Type Field Description PropagationLevel
GammaStmConfig. propagationLevel
The default propagation level for all transactions executed by the Stm. -
Uses of PropagationLevel in org.multiverse.stms.gamma.transactions
Fields in org.multiverse.stms.gamma.transactions declared as PropagationLevel Modifier and Type Field Description PropagationLevel
GammaTxnConfig. propagationLevel
Methods in org.multiverse.stms.gamma.transactions that return PropagationLevel Modifier and Type Method Description PropagationLevel
GammaTxnConfig. getPropagationLevel()
Methods in org.multiverse.stms.gamma.transactions with parameters of type PropagationLevel Modifier and Type Method Description GammaTxnConfig
GammaTxnConfig. setPropagationLevel(PropagationLevel propagationLevel)
GammaTxnFactoryBuilder
GammaTxnFactoryBuilder. setPropagationLevel(PropagationLevel propagationLevel)
-