|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheWriterConfiguration | |
---|---|
net.sf.ehcache.config | This package contains the cache configuration code. |
Uses of CacheWriterConfiguration in net.sf.ehcache.config |
---|
Fields in net.sf.ehcache.config declared as CacheWriterConfiguration | |
---|---|
protected CacheWriterConfiguration |
CacheConfiguration.cacheWriterConfiguration
The CacheWriterConfiguration. |
Methods in net.sf.ehcache.config that return CacheWriterConfiguration | |
---|---|
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.writeCoalescing(boolean writeCoalescing)
|
CacheWriterConfiguration |
CacheWriterConfiguration.writeMode(CacheWriterConfiguration.WriteMode writeMode)
|
CacheWriterConfiguration |
CacheWriterConfiguration.writeMode(java.lang.String writeMode)
|
Methods in net.sf.ehcache.config with parameters of type CacheWriterConfiguration | |
---|---|
void |
CacheConfiguration.addCacheWriter(CacheWriterConfiguration cacheWriterConfiguration)
Allows BeanHandler to add the CacheWriterConfiguration to the configuration. |
CacheConfiguration |
CacheConfiguration.cacheWriter(CacheWriterConfiguration cacheWriterConfiguration)
|
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |