Package | Description |
---|---|
net.sf.ehcache.config |
This package contains the cache configuration code.
|
net.sf.ehcache.store |
Store package.
|
net.sf.ehcache.transaction |
This package contains classes for controlling cache operations for transactional use.
|
Modifier and Type | Field and Description |
---|---|
static CacheConfiguration.TransactionalMode |
CacheConfiguration.DEFAULT_TRANSACTIONAL_MODE
Default value for transactionalMode
|
Modifier and Type | Method and Description |
---|---|
CacheConfiguration.TransactionalMode |
CacheConfiguration.getTransactionalMode()
To what transactionalMode was the Cache set
|
static CacheConfiguration.TransactionalMode |
CacheConfiguration.TransactionalMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheConfiguration.TransactionalMode[] |
CacheConfiguration.TransactionalMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CacheConfiguration |
CacheConfiguration.transactionalMode(CacheConfiguration.TransactionalMode transactionalMode)
Builder which sets the transactionalMode
|
Modifier and Type | Method and Description |
---|---|
CacheConfiguration.TransactionalMode |
TerracottaTransactionalCopyingCacheStore.getTransactionalMode() |
CacheConfiguration.TransactionalMode |
TerracottaStore.getTransactionalMode()
Get the transactional mode of this store.
|
Modifier and Type | Method and Description |
---|---|
CacheConfiguration.TransactionalMode |
AbstractTransactionStore.getTransactionalMode()
Get the transactional mode of this store.
|
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.