|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ehcache.config.writebehind.WriteBehindConfigurationBuilder
org.ehcache.config.writebehind.WriteBehindConfigurationBuilder.BatchedWriteBehindConfigurationBuilder
public static final class WriteBehindConfigurationBuilder.BatchedWriteBehindConfigurationBuilder
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.ehcache.config.writebehind.WriteBehindConfigurationBuilder |
|---|
WriteBehindConfigurationBuilder.BatchedWriteBehindConfigurationBuilder, WriteBehindConfigurationBuilder.UnBatchedWriteBehindConfigurationBuilder |
| Field Summary |
|---|
| Fields inherited from class org.ehcache.config.writebehind.WriteBehindConfigurationBuilder |
|---|
concurrency, queueSize, threadPoolAlias |
| Method Summary | |
|---|---|
WriteBehindConfigurationBuilder.BatchedWriteBehindConfigurationBuilder |
batchSize(int batchSize)
|
WriteBehindConfiguration |
build()
|
WriteBehindConfigurationBuilder.BatchedWriteBehindConfigurationBuilder |
concurrencyLevel(int concurrency)
|
WriteBehindConfigurationBuilder.BatchedWriteBehindConfigurationBuilder |
disableCoalescing()
|
WriteBehindConfigurationBuilder.BatchedWriteBehindConfigurationBuilder |
enableCoalescing()
|
WriteBehindConfigurationBuilder.BatchedWriteBehindConfigurationBuilder |
maxWriteDelay(long maxDelay,
java.util.concurrent.TimeUnit maxDelayUnit)
|
WriteBehindConfigurationBuilder.BatchedWriteBehindConfigurationBuilder |
queueSize(int size)
|
WriteBehindConfigurationBuilder.BatchedWriteBehindConfigurationBuilder |
useThreadPool(java.lang.String alias)
|
| Methods inherited from class org.ehcache.config.writebehind.WriteBehindConfigurationBuilder |
|---|
buildWith, newBatchedWriteBehindConfiguration, newUnBatchedWriteBehindConfiguration |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public WriteBehindConfigurationBuilder.BatchedWriteBehindConfigurationBuilder enableCoalescing()
public WriteBehindConfigurationBuilder.BatchedWriteBehindConfigurationBuilder disableCoalescing()
public WriteBehindConfigurationBuilder.BatchedWriteBehindConfigurationBuilder batchSize(int batchSize)
public WriteBehindConfigurationBuilder.BatchedWriteBehindConfigurationBuilder maxWriteDelay(long maxDelay,
java.util.concurrent.TimeUnit maxDelayUnit)
public WriteBehindConfigurationBuilder.BatchedWriteBehindConfigurationBuilder queueSize(int size)
queueSize in class WriteBehindConfigurationBuilderpublic WriteBehindConfigurationBuilder.BatchedWriteBehindConfigurationBuilder concurrencyLevel(int concurrency)
concurrencyLevel in class WriteBehindConfigurationBuilderpublic WriteBehindConfigurationBuilder.BatchedWriteBehindConfigurationBuilder useThreadPool(java.lang.String alias)
useThreadPool in class WriteBehindConfigurationBuilderpublic WriteBehindConfiguration build()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||