Uses of Class
javax.cache.transaction.Mode
-
Packages that use Mode Package Description javax.cache javax.cache.transaction org.wso2.carbon.caching.impl -
-
Uses of Mode in javax.cache
Methods in javax.cache that return Mode Modifier and Type Method Description ModeCacheConfiguration. getTransactionMode()Gets the transaction mode.Methods in javax.cache with parameters of type Mode Modifier and Type Method Description CacheBuilder<K,V>CacheBuilder. setTransactionEnabled(IsolationLevel isolationLevel, Mode mode)Sets whether transaction are enabled for this cache. -
Uses of Mode in javax.cache.transaction
Methods in javax.cache.transaction that return Mode Modifier and Type Method Description static ModeMode. valueOf(String name)Returns the enum constant of this type with the specified name.static Mode[]Mode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Mode in org.wso2.carbon.caching.impl
Fields in org.wso2.carbon.caching.impl declared as Mode Modifier and Type Field Description protected ModeCacheConfigurationImpl. transactionModetransaction modeMethods in org.wso2.carbon.caching.impl that return Mode Modifier and Type Method Description ModeCacheConfigurationImpl. getTransactionMode()Methods in org.wso2.carbon.caching.impl with parameters of type Mode 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 Mode Constructor Description CacheConfigurationImpl(boolean readThrough, boolean writeThrough, boolean storeByValue, boolean statisticsEnabled, IsolationLevel isolationLevel, Mode transactionMode, CacheConfiguration.Duration[] timeToLive)
-