|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WriteBehindConfiguration
WriteBehindConfiguration
Method Summary | |
---|---|
int |
getMaxWriteDelay()
the maximum number of seconds to wait before writing behind |
int |
getMinWriteDelay()
the minimum number of seconds to wait before writing behind |
int |
getRateLimitPerSecond()
the maximum number of write operations to allow per second. |
int |
getRetryAttemptDelaySeconds()
the number of seconds to wait before retrying an failed operation. |
int |
getRetryAttempts()
the number of times the write of element is retried. |
int |
getWriteBatchSize()
the size of the batch operation. |
int |
getWriteBehindConcurrency()
the amount of bucket/thread pairs configured for this cache's write behind |
int |
getWriteBehindMaxQueueSize()
the maximum amount of operations allowed on the write behind queue |
boolean |
isWriteBatching()
whether write operations should be batched |
boolean |
isWriteCoalescing()
write coalescing behavior |
Methods inherited from interface org.ehcache.spi.service.ServiceConfiguration |
---|
getServiceType |
Method Detail |
---|
int getMinWriteDelay()
int getMaxWriteDelay()
int getRateLimitPerSecond()
boolean isWriteBatching()
boolean isWriteCoalescing()
int getWriteBatchSize()
int getRetryAttempts()
int getRetryAttemptDelaySeconds()
int getWriteBehindConcurrency()
int getWriteBehindMaxQueueSize()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |