Uses of Enum
org.multiverse.api.IsolationLevel
Packages that use IsolationLevel
Package
Description
-
Uses of IsolationLevel in org.multiverse.api
Methods in org.multiverse.api that return IsolationLevelModifier and TypeMethodDescriptionTxnConfig.getIsolationLevel()Gets the IsolationLevel used.static IsolationLevelReturns the enum constant of this type with the specified name.static IsolationLevel[]IsolationLevel.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 IsolationLevelModifier and TypeMethodDescriptionTxnFactoryBuilder.setIsolationLevel(IsolationLevel isolationLevel) Sets theIsolationLevelon theTxn. -
Uses of IsolationLevel in org.multiverse.stms.gamma
Fields in org.multiverse.stms.gamma declared as IsolationLevelModifier and TypeFieldDescriptionGammaStmConfig.isolationLevelThe default isolation level for all transactions executed by the GammaStm.Methods in org.multiverse.stms.gamma with parameters of type IsolationLevelModifier and TypeMethodDescriptionfinal GammaTxnFactoryBuilderGammaStm.GammaTxnFactoryBuilderImpl.setIsolationLevel(IsolationLevel isolationLevel) -
Uses of IsolationLevel in org.multiverse.stms.gamma.transactions
Fields in org.multiverse.stms.gamma.transactions declared as IsolationLevelMethods in org.multiverse.stms.gamma.transactions that return IsolationLevelMethods in org.multiverse.stms.gamma.transactions with parameters of type IsolationLevelModifier and TypeMethodDescriptionGammaTxnConfig.setIsolationLevel(IsolationLevel isolationLevel) GammaTxnFactoryBuilder.setIsolationLevel(IsolationLevel isolationLevel)