Package | Description |
---|---|
com.caucho.distcache.jcache | |
com.caucho.server.distcache | |
javax.cache | |
javax.cache.transaction |
Modifier and Type | Method and Description |
---|---|
CacheBuilder<K,V> |
CacheBuilderImpl.setTransactionEnabled(IsolationLevel isolationLevel,
Mode mode) |
Modifier and Type | Method and Description |
---|---|
IsolationLevel |
CacheConfig.getTransactionIsolationLevel() |
Modifier and Type | Field and Description |
---|---|
protected IsolationLevel |
MutableConfiguration.txnIsolationLevel |
Modifier and Type | Method and Description |
---|---|
IsolationLevel |
MutableConfiguration.getTransactionIsolationLevel() |
IsolationLevel |
Configuration.getTransactionIsolationLevel() |
Modifier and Type | Method and Description |
---|---|
CacheBuilder<K,V> |
CacheBuilder.setTransactionEnabled(IsolationLevel isolationLevel,
Mode mode) |
MutableConfiguration<K,V> |
MutableConfiguration.setTransactions(IsolationLevel level,
Mode mode) |
Constructor and Description |
---|
MutableConfiguration(java.lang.Iterable<CacheEntryListenerRegistration<? super K,? super V>> regs,
CacheLoader<K,? extends V> cacheLoader,
CacheWriter<? super K,? super V> cacheWriter,
ExpiryPolicy<? super K,? super V> expiryPolicy,
boolean isReadThrough,
boolean isWriteThrough,
boolean isStatisticsEnabled,
boolean isStoreByValue,
boolean isTransactionsEnabled,
IsolationLevel txnIsolationLevel,
Mode txnMode) |
Modifier and Type | Method and Description |
---|---|
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.
|