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 |
---|---|
Mode |
CacheConfig.getTransactionMode() |
Modifier and Type | Field and Description |
---|---|
protected Mode |
MutableConfiguration.txnMode |
Modifier and Type | Method and Description |
---|---|
Mode |
MutableConfiguration.getTransactionMode() |
Mode |
Configuration.getTransactionMode() |
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 Mode |
Mode.valueOf(java.lang.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.
|