|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TerracottaConfiguration | |
---|---|
net.sf.ehcache.config | This package contains the cache configuration code. |
net.sf.ehcache.config.generator.model.elements | This package contains utility classes encapsulating ideas of Elements and Attributes from the ehcache.xsd |
Uses of TerracottaConfiguration in net.sf.ehcache.config |
---|
Fields in net.sf.ehcache.config declared as TerracottaConfiguration | |
---|---|
protected TerracottaConfiguration |
CacheConfiguration.terracottaConfiguration
The TerracottaConfiguration. |
Methods in net.sf.ehcache.config that return TerracottaConfiguration | |
---|---|
TerracottaConfiguration |
TerracottaConfiguration.cacheXA(boolean cacheXA)
|
TerracottaConfiguration |
TerracottaConfiguration.clone()
Clones this object, following the usual contract. |
TerracottaConfiguration |
TerracottaConfiguration.clustered(boolean clustered)
|
TerracottaConfiguration |
TerracottaConfiguration.coherent(boolean coherent)
Deprecated. since 2.4 Use consistency(Consistency) instead |
TerracottaConfiguration |
TerracottaConfiguration.coherentReads(boolean coherentReads)
Deprecated. |
TerracottaConfiguration |
TerracottaConfiguration.compressionEnabled(boolean enabled)
|
TerracottaConfiguration |
TerracottaConfiguration.concurrency(int concurrency)
|
TerracottaConfiguration |
TerracottaConfiguration.consistency(TerracottaConfiguration.Consistency consistency)
Setter for consistency, returns this instance |
TerracottaConfiguration |
TerracottaConfiguration.copyOnRead(boolean isCopyOnRead)
Deprecated. |
TerracottaConfiguration |
CacheConfiguration.getTerracottaConfiguration()
Accessor |
TerracottaConfiguration |
TerracottaConfiguration.localCacheEnabled(boolean localCacheEnabled)
Enable or disable the local cache |
TerracottaConfiguration |
TerracottaConfiguration.localKeyCache(boolean localKeyCache)
|
TerracottaConfiguration |
TerracottaConfiguration.localKeyCacheSize(int localKeyCacheSize)
|
TerracottaConfiguration |
TerracottaConfiguration.nonstop(NonstopConfiguration nonstopConfiguration)
Set the NonstopConfiguration |
TerracottaConfiguration |
TerracottaConfiguration.orphanEviction(boolean orphanEviction)
|
TerracottaConfiguration |
TerracottaConfiguration.orphanEvictionPeriod(int orphanEvictionPeriod)
|
TerracottaConfiguration |
TerracottaConfiguration.synchronousWrites(boolean synchronousWrites)
|
Methods in net.sf.ehcache.config with parameters of type TerracottaConfiguration | |
---|---|
void |
CacheConfiguration.addTerracotta(TerracottaConfiguration terracottaConfiguration)
Allows BeanHandler to add the TerracottaConfiguration to the configuration. |
CacheConfiguration |
CacheConfiguration.terracotta(TerracottaConfiguration terracottaConfiguration)
|
Uses of TerracottaConfiguration in net.sf.ehcache.config.generator.model.elements |
---|
Constructors in net.sf.ehcache.config.generator.model.elements with parameters of type TerracottaConfiguration | |
---|---|
TerracottaConfigurationElement(NodeElement parent,
TerracottaConfiguration tcConfiguration)
Constructor accepting the parent and the TerracottaConfiguration |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |