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 IsolationLevel
TxnConfig. getIsolationLevel()
Gets the IsolationLevel used.static IsolationLevel
IsolationLevel. 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 TxnFactoryBuilder
TxnFactoryBuilder. setIsolationLevel(IsolationLevel isolationLevel)
Sets theIsolationLevel
on theTxn
. -
Uses of IsolationLevel in org.multiverse.stms.gamma
Fields in org.multiverse.stms.gamma declared as IsolationLevel Modifier and Type Field Description IsolationLevel
GammaStmConfig. isolationLevel
The 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 GammaTxnFactoryBuilder
GammaStm.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 IsolationLevel
GammaTxnConfig. isolationLevel
Methods in org.multiverse.stms.gamma.transactions that return IsolationLevel Modifier and Type Method Description IsolationLevel
GammaTxnConfig. getIsolationLevel()
Methods in org.multiverse.stms.gamma.transactions with parameters of type IsolationLevel Modifier and Type Method Description GammaTxnConfig
GammaTxnConfig. setIsolationLevel(IsolationLevel isolationLevel)
GammaTxnFactoryBuilder
GammaTxnFactoryBuilder. setIsolationLevel(IsolationLevel isolationLevel)
-