Uses of Enum
org.multiverse.api.PropagationLevel
Packages that use PropagationLevel
Package
Description
-
Uses of PropagationLevel in org.multiverse.api
Subclasses with type arguments of type PropagationLevel in org.multiverse.apiModifier and TypeClassDescriptionenumWith the PropagationLevel you have control on how theTxnExecutorreacts on the existence or the non existence of aTxn.Methods in org.multiverse.api that return PropagationLevelModifier and TypeMethodDescriptionTxnConfig.getPropagationLevel()Returns the PropagationLevel used.static PropagationLevelReturns 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 thePropagationLevelused. -
Uses of PropagationLevel in org.multiverse.stms.gamma
Fields in org.multiverse.stms.gamma declared as PropagationLevelModifier and TypeFieldDescriptionprivate final PropagationLevelFatGammaTxnExecutor.propagationLevelGammaStmConfig.propagationLevelThe default propagation level for all transactions executed by the Stm.Methods in org.multiverse.stms.gamma with parameters of type PropagationLevelModifier and TypeMethodDescriptionfinal GammaTxnFactoryBuilderGammaStm.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)