Uses of Class
org.multiverse.api.IsolationLevel

Packages that use IsolationLevel
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
 IsolationLevel TxnConfig.getIsolationLevel()
          Gets the IsolationLevel used.
static IsolationLevel IsolationLevel.valueOf(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
 TxnFactoryBuilder TxnFactoryBuilder.setIsolationLevel(IsolationLevel isolationLevel)
          Sets the IsolationLevel on the Txn.
 

Uses of IsolationLevel in org.multiverse.stms.gamma
 

Fields in org.multiverse.stms.gamma declared as IsolationLevel
 IsolationLevel GammaStmConfig.isolationLevel
          The default isolation level for all transactions executed by the GammaStm.
 

Uses of IsolationLevel in org.multiverse.stms.gamma.transactions
 

Fields in org.multiverse.stms.gamma.transactions declared as IsolationLevel
 IsolationLevel GammaTxnConfig.isolationLevel
           
 

Methods in org.multiverse.stms.gamma.transactions that return IsolationLevel
 IsolationLevel GammaTxnConfig.getIsolationLevel()
           
 

Methods in org.multiverse.stms.gamma.transactions with parameters of type IsolationLevel
 GammaTxnFactoryBuilder GammaTxnFactoryBuilder.setIsolationLevel(IsolationLevel isolationLevel)
           
 GammaTxnConfig GammaTxnConfig.setIsolationLevel(IsolationLevel isolationLevel)
           
 



Copyright © 2012. All Rights Reserved.