| Package | Description |
|---|---|
| javax.cache |
This package contains the API for JCache.
|
| javax.cache.transaction |
This package contains the transactional support for JCache API.
|
| Modifier and Type | Field and Description |
|---|---|
protected Mode |
MutableConfiguration.txnMode
The transaction
Mode. |
| Modifier and Type | Method and Description |
|---|---|
Mode |
MutableConfiguration.getTransactionMode()
Gets the transaction mode.
|
Mode |
Configuration.getTransactionMode()
Gets the transaction mode.
|
Mode |
CacheMXBean.getTransactionMode()
Gets the transaction mode.
|
| Modifier and Type | Method and Description |
|---|---|
MutableConfiguration<K,V> |
MutableConfiguration.setTransactionMode(Mode mode)
Set the Transaction
Mode. |
MutableConfiguration<K,V> |
MutableConfiguration.setTransactions(IsolationLevel level,
Mode mode)
Set the Transaction
IsolationLevel and Mode. |
| Constructor and Description |
|---|
MutableConfiguration(Iterable<CacheEntryListenerRegistration<? super K,? super V>> cacheEntryListenerRegistrations,
Factory<CacheLoader<K,V>> cacheLoaderFactory,
Factory<CacheWriter<? super K,? super V>> cacheWriterFactory,
Factory<ExpiryPolicy<? super K,? super V>> expiryPolicyFactory,
boolean isReadThrough,
boolean isWriteThrough,
boolean isStatisticsEnabled,
boolean isStoreByValue,
boolean isTransactionsEnabled,
IsolationLevel txnIsolationLevel,
Mode txnMode)
Constructs a
MutableConfiguration based on a set of parameters. |
| Modifier and Type | Method and Description |
|---|---|
static Mode |
Mode.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.
|
Copyright © 2013. All Rights Reserved.