Package | Description |
---|---|
javax.cache | |
javax.cache.transaction | |
org.wso2.carbon.caching.impl |
Modifier and Type | Method and Description |
---|---|
IsolationLevel |
CacheConfiguration.getTransactionIsolationLevel()
Gets the transaction isolation level.
|
Modifier and Type | Method and Description |
---|---|
CacheBuilder<K,V> |
CacheBuilder.setTransactionEnabled(IsolationLevel isolationLevel,
Mode mode)
Sets whether transaction are enabled for this cache.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected IsolationLevel |
CacheConfigurationImpl.isolationLevel
isolation level
|
Modifier and Type | Method and Description |
---|---|
IsolationLevel |
CacheConfigurationImpl.getTransactionIsolationLevel() |
Modifier and Type | Method and Description |
---|---|
CacheBuilder<K,V> |
CacheBuilderImpl.setTransactionEnabled(IsolationLevel isolationLevel,
Mode mode) |
Constructor and Description |
---|
CacheConfigurationImpl(boolean readThrough,
boolean writeThrough,
boolean storeByValue,
boolean statisticsEnabled,
IsolationLevel isolationLevel,
Mode transactionMode,
CacheConfiguration.Duration[] timeToLive) |
Copyright © 2015 WSO2 Inc. All rights reserved.