Uses of Class
net.sf.ehcache.config.TerracottaConfiguration
-
Packages that use TerracottaConfiguration Package Description 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 Modifier and Type Field Description protected TerracottaConfigurationCacheConfiguration. terracottaConfigurationThe TerracottaConfiguration.Methods in net.sf.ehcache.config that return TerracottaConfiguration Modifier and Type Method Description TerracottaConfigurationTerracottaConfiguration. cacheXA(boolean cacheXA)TerracottaConfigurationTerracottaConfiguration. clone()Clones this object, following the usual contract.TerracottaConfigurationTerracottaConfiguration. clustered(boolean clustered)TerracottaConfigurationTerracottaConfiguration. coherent(boolean coherent)Deprecated.since 2.4 Useconsistency(Consistency)insteadTerracottaConfigurationTerracottaConfiguration. coherentReads(boolean coherentReads)Deprecated.TerracottaConfigurationTerracottaConfiguration. compressionEnabled(boolean enabled)TerracottaConfigurationTerracottaConfiguration. concurrency(int concurrency)TerracottaConfigurationTerracottaConfiguration. consistency(TerracottaConfiguration.Consistency consistency)Setter for consistency, returns this instanceTerracottaConfigurationTerracottaConfiguration. copyOnRead(boolean isCopyOnRead)Deprecated.TerracottaConfigurationCacheConfiguration. getTerracottaConfiguration()AccessorTerracottaConfigurationTerracottaConfiguration. localCacheEnabled(boolean localCacheEnabled)Enable or disable the local cacheTerracottaConfigurationTerracottaConfiguration. localKeyCache(boolean localKeyCache)TerracottaConfigurationTerracottaConfiguration. localKeyCacheSize(int localKeyCacheSize)TerracottaConfigurationTerracottaConfiguration. nonstop(NonstopConfiguration nonstopConfiguration)Set theNonstopConfigurationTerracottaConfigurationTerracottaConfiguration. orphanEviction(boolean orphanEviction)TerracottaConfigurationTerracottaConfiguration. orphanEvictionPeriod(int orphanEvictionPeriod)TerracottaConfigurationTerracottaConfiguration. synchronousWrites(boolean synchronousWrites)Methods in net.sf.ehcache.config with parameters of type TerracottaConfiguration Modifier and Type Method Description voidCacheConfiguration. addTerracotta(TerracottaConfiguration terracottaConfiguration)Allows BeanHandler to add the TerracottaConfiguration to the configuration.CacheConfigurationCacheConfiguration. 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 Constructor Description TerracottaConfigurationElement(NodeElement parent, TerracottaConfiguration tcConfiguration)Constructor accepting the parent and theTerracottaConfiguration
-