R
- representation typepublic interface WriteBehindConfiguration<R> extends ServiceConfiguration<WriteBehindProvider,R>
ServiceConfiguration
for the WriteBehindProvider
.
The WriteBehindProvider
provides write-behind services to a
Cache
.
Modifier and Type | Interface and Description |
---|---|
static interface |
WriteBehindConfiguration.BatchingConfiguration
The batching specific part of
WriteBehindConfiguration . |
Modifier and Type | Method and Description |
---|---|
WriteBehindConfiguration.BatchingConfiguration |
getBatchingConfiguration()
Returns the batching configuration or
null if batching is not enabled. |
int |
getConcurrency()
The concurrency of the write behind engines queues.
|
int |
getMaxQueueSize()
The maximum number of operations allowed on each write behind queue.
|
java.lang.String |
getThreadPoolAlias()
Returns the alias of the thread resource pool to use for write behind task execution.
|
build, compatibleWith, derive, getServiceType
int getConcurrency()
int getMaxQueueSize()
Only positive values are legal.
WriteBehindConfiguration.BatchingConfiguration getBatchingConfiguration()
null
if batching is not enabled.java.lang.String getThreadPoolAlias()