public interface WriteBehindConfiguration extends ServiceConfiguration<WriteBehindProvider>
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | WriteBehindConfiguration.BatchingConfigurationBatchingConfiguration | 
| Modifier and Type | Method and Description | 
|---|---|
| WriteBehindConfiguration.BatchingConfiguration | getBatchingConfiguration()Returns the batching configuration or  nullif batching is not enabled. | 
| int | getConcurrency()A number of bucket/thread pairs configured for this cache's write behind. | 
| int | getMaxQueueSize()The maximum number of operations allowed on the write behind queue. | 
| java.lang.String | getThreadPoolAlias()Returns the alias of the thread resource pool to use for write behind task execution. | 
getServiceTypeint getConcurrency()
int getMaxQueueSize()
WriteBehindConfiguration.BatchingConfiguration getBatchingConfiguration()
null if batching is not enabled.java.lang.String getThreadPoolAlias()