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 IsolationLevel
Returns 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 theIsolationLevel
on theTxn
. -
Uses of IsolationLevel in org.multiverse.stms.gamma
Fields in org.multiverse.stms.gamma declared as IsolationLevelModifier and TypeFieldDescriptionGammaStmConfig.isolationLevel
The default isolation level for all transactions executed by the GammaStm.Methods in org.multiverse.stms.gamma with parameters of type IsolationLevelModifier and TypeMethodDescriptionfinal GammaTxnFactoryBuilder
GammaStm.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)