Uses of Class
javax.cache.transaction.IsolationLevel
-
Packages that use IsolationLevel Package Description javax.cache javax.cache.transaction org.wso2.carbon.caching.impl -
-
Uses of IsolationLevel in javax.cache
Methods in javax.cache that return IsolationLevel Modifier and Type Method Description IsolationLevelCacheConfiguration. getTransactionIsolationLevel()Gets the transaction isolation level.Methods in javax.cache with parameters of type IsolationLevel Modifier and Type Method Description CacheBuilder<K,V>CacheBuilder. setTransactionEnabled(IsolationLevel isolationLevel, Mode mode)Sets whether transaction are enabled for this cache. -
Uses of IsolationLevel in javax.cache.transaction
Methods in javax.cache.transaction that return IsolationLevel Modifier and Type Method Description static IsolationLevelIsolationLevel. 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. -
Uses of IsolationLevel in org.wso2.carbon.caching.impl
Fields in org.wso2.carbon.caching.impl declared as IsolationLevel Modifier and Type Field Description protected IsolationLevelCacheConfigurationImpl. isolationLevelisolation levelMethods in org.wso2.carbon.caching.impl that return IsolationLevel Modifier and Type Method Description IsolationLevelCacheConfigurationImpl. getTransactionIsolationLevel()Methods in org.wso2.carbon.caching.impl with parameters of type IsolationLevel Modifier and Type Method Description CacheBuilder<K,V>CacheBuilderImpl. setTransactionEnabled(IsolationLevel isolationLevel, Mode mode)Constructors in org.wso2.carbon.caching.impl with parameters of type IsolationLevel Constructor Description CacheConfigurationImpl(boolean readThrough, boolean writeThrough, boolean storeByValue, boolean statisticsEnabled, IsolationLevel isolationLevel, Mode transactionMode, CacheConfiguration.Duration[] timeToLive)
-