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 PropagationLevelTxnConfig. getPropagationLevel()Returns the PropagationLevel used.static PropagationLevelPropagationLevel. valueOf(java.lang.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 TxnFactoryBuilderTxnFactoryBuilder. setPropagationLevel(PropagationLevel propagationLevel)Sets thePropagationLevelused. -
Uses of PropagationLevel in org.multiverse.stms.gamma
Fields in org.multiverse.stms.gamma declared as PropagationLevel Modifier and Type Field Description private PropagationLevelFatGammaTxnExecutor. propagationLevelPropagationLevelGammaStmConfig. propagationLevelThe default propagation level for all transactions executed by the Stm.Methods in org.multiverse.stms.gamma with parameters of type PropagationLevel Modifier and Type Method Description GammaTxnFactoryBuilderGammaStm.GammaTxnFactoryBuilderImpl. setPropagationLevel(PropagationLevel level) -
Uses of PropagationLevel in org.multiverse.stms.gamma.transactions
Fields in org.multiverse.stms.gamma.transactions declared as PropagationLevel Modifier and Type Field Description PropagationLevelGammaTxnConfig. propagationLevelMethods in org.multiverse.stms.gamma.transactions that return PropagationLevel Modifier and Type Method Description PropagationLevelGammaTxnConfig. getPropagationLevel()Methods in org.multiverse.stms.gamma.transactions with parameters of type PropagationLevel Modifier and Type Method Description GammaTxnConfigGammaTxnConfig. setPropagationLevel(PropagationLevel propagationLevel)GammaTxnFactoryBuilderGammaTxnFactoryBuilder. setPropagationLevel(PropagationLevel propagationLevel)
-