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
|
Modifier and Type | Field and Description |
---|---|
protected CacheWriterConfiguration |
CacheConfiguration.cacheWriterConfiguration
The CacheWriterConfiguration.
|
static CacheWriterConfiguration |
CacheConfiguration.DEFAULT_CACHE_WRITER_CONFIGURATION
The default cacheWriterConfiguration
|
Modifier and Type | Method and Description |
---|---|
CacheWriterConfiguration |
CacheWriterConfiguration.cacheWriterFactory(CacheWriterConfiguration.CacheWriterFactoryConfiguration cacheWriterFactory) |
CacheWriterConfiguration |
CacheWriterConfiguration.clone()
Clones this object, following the usual contract.
|
CacheWriterConfiguration |
CacheConfiguration.getCacheWriterConfiguration()
Accessor
|
CacheWriterConfiguration |
CacheWriterConfiguration.maxWriteDelay(int maxWriteDelay) |
CacheWriterConfiguration |
CacheWriterConfiguration.minWriteDelay(int minWriteDelay) |
CacheWriterConfiguration |
CacheWriterConfiguration.notifyListenersOnException(boolean notifyListenersOnException) |
CacheWriterConfiguration |
CacheWriterConfiguration.rateLimitPerSecond(int rateLimitPerSecond) |
CacheWriterConfiguration |
CacheWriterConfiguration.retryAttemptDelaySeconds(int retryAttemptDelaySeconds) |
CacheWriterConfiguration |
CacheWriterConfiguration.retryAttempts(int retryAttempts) |
CacheWriterConfiguration |
CacheWriterConfiguration.writeBatching(boolean writeBatching) |
CacheWriterConfiguration |
CacheWriterConfiguration.writeBatchSize(int writeBatchSize) |
CacheWriterConfiguration |
CacheWriterConfiguration.writeBehindConcurrency(int concurrency) |
CacheWriterConfiguration |
CacheWriterConfiguration.writeBehindMaxQueueSize(int writeBehindMaxQueueSize) |
CacheWriterConfiguration |
CacheWriterConfiguration.writeCoalescing(boolean writeCoalescing) |
CacheWriterConfiguration |
CacheWriterConfiguration.writeMode(CacheWriterConfiguration.WriteMode writeMode) |
CacheWriterConfiguration |
CacheWriterConfiguration.writeMode(String writeMode) |
Modifier and Type | Method and Description |
---|---|
void |
CacheConfiguration.addCacheWriter(CacheWriterConfiguration cacheWriterConfiguration)
Allows BeanHandler to add the CacheWriterConfiguration to the configuration.
|
CacheConfiguration |
CacheConfiguration.cacheWriter(CacheWriterConfiguration cacheWriterConfiguration) |
Constructor and Description |
---|
CacheWriterConfigurationElement(NodeElement parent,
CacheWriterConfiguration cacheWriterConfiguration)
Constructor accepting the parent and the
CacheWriterConfiguration |
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.