public static interface WriteBehindConfiguration.BatchingConfiguration
Modifier and Type | Method and Description |
---|---|
int |
getBatchSize()
The recommended size of a batch of operations.
|
long |
getMaxDelay()
The maximum time to wait before writing behind.
|
java.util.concurrent.TimeUnit |
getMaxDelayUnit()
The time unit for the maximum delay.
|
boolean |
isCoalescing()
Whether write operations can be coalesced.
|
int getBatchSize()
long getMaxDelay()
java.util.concurrent.TimeUnit getMaxDelayUnit()
boolean isCoalescing()