|
|||||||||
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()
A number of seconds to wait before retrying an failed operation. |
int |
getRetryAttempts()
The number of times the write of a mapping will be retried in the case of failure. |
int |
getWriteBatchSize()
The recommended size of a batch of operations. |
int |
getWriteBehindConcurrency()
A number of bucket/thread pairs configured for this cache's write behind. |
int |
getWriteBehindMaxQueueSize()
The maximum number of operations allowed on the write behind queue. |
boolean |
isWriteCoalescing()
Whether write operations can be coalesced. |
Methods inherited from interface org.ehcache.spi.service.ServiceConfiguration |
---|
getServiceType |
Method Detail |
---|
int getMinWriteDelay()
getMaxWriteDelay
.
int getMaxWriteDelay()
getMinWriteDelay
int getRateLimitPerSecond()
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 |