Uses of Enum
org.multiverse.api.PropagationLevel
Packages that use PropagationLevel
Package
Description
-
Uses of PropagationLevel in org.multiverse.api
Methods in org.multiverse.api that return PropagationLevelModifier and TypeMethodDescriptionTxnConfig.getPropagationLevel()
Returns the PropagationLevel used.static PropagationLevel
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 PropagationLevelModifier and TypeMethodDescriptionTxnFactoryBuilder.setPropagationLevel
(PropagationLevel propagationLevel) Sets thePropagationLevel
used. -
Uses of PropagationLevel in org.multiverse.stms.gamma
Fields in org.multiverse.stms.gamma declared as PropagationLevelModifier and TypeFieldDescriptionprivate final PropagationLevel
FatGammaTxnExecutor.propagationLevel
GammaStmConfig.propagationLevel
The default propagation level for all transactions executed by the Stm.Methods in org.multiverse.stms.gamma with parameters of type PropagationLevelModifier and TypeMethodDescriptionfinal GammaTxnFactoryBuilder
GammaStm.GammaTxnFactoryBuilderImpl.setPropagationLevel
(PropagationLevel level) -
Uses of PropagationLevel in org.multiverse.stms.gamma.transactions
Fields in org.multiverse.stms.gamma.transactions declared as PropagationLevelMethods in org.multiverse.stms.gamma.transactions that return PropagationLevelMethods in org.multiverse.stms.gamma.transactions with parameters of type PropagationLevelModifier and TypeMethodDescriptionGammaTxnConfig.setPropagationLevel
(PropagationLevel propagationLevel) GammaTxnFactoryBuilder.setPropagationLevel
(PropagationLevel propagationLevel)