Uses of Class
org.multiverse.api.IsolationLevel
-
Packages that use IsolationLevel Package Description org.multiverse.api org.multiverse.stms.gamma org.multiverse.stms.gamma.transactions -
-
Uses of IsolationLevel in org.multiverse.api
Methods in org.multiverse.api that return IsolationLevel Modifier and Type Method Description IsolationLevelTxnConfig. getIsolationLevel()Gets the IsolationLevel used.static IsolationLevelIsolationLevel. valueOf(java.lang.String name)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 IsolationLevel Modifier and Type Method Description TxnFactoryBuilderTxnFactoryBuilder. setIsolationLevel(IsolationLevel isolationLevel)Sets theIsolationLevelon theTxn. -
Uses of IsolationLevel in org.multiverse.stms.gamma
Fields in org.multiverse.stms.gamma declared as IsolationLevel Modifier and Type Field Description IsolationLevelGammaStmConfig. isolationLevelThe default isolation level for all transactions executed by the GammaStm.Methods in org.multiverse.stms.gamma with parameters of type IsolationLevel Modifier and Type Method Description GammaTxnFactoryBuilderGammaStm.GammaTxnFactoryBuilderImpl. setIsolationLevel(IsolationLevel isolationLevel) -
Uses of IsolationLevel in org.multiverse.stms.gamma.transactions
Fields in org.multiverse.stms.gamma.transactions declared as IsolationLevel Modifier and Type Field Description IsolationLevelGammaTxnConfig. isolationLevelMethods in org.multiverse.stms.gamma.transactions that return IsolationLevel Modifier and Type Method Description IsolationLevelGammaTxnConfig. getIsolationLevel()Methods in org.multiverse.stms.gamma.transactions with parameters of type IsolationLevel Modifier and Type Method Description GammaTxnConfigGammaTxnConfig. setIsolationLevel(IsolationLevel isolationLevel)GammaTxnFactoryBuilderGammaTxnFactoryBuilder. setIsolationLevel(IsolationLevel isolationLevel)
-