public interface StoreConfiguration extends ConfigurationInfo
Modifier and Type | Method and Description |
---|---|
AsyncStoreConfiguration |
async()
Configuration for the async cache loader.
|
boolean |
fetchPersistentState()
If true, fetch persistent state when joining a cluster.
|
boolean |
ignoreModifications()
If true, any operation that modifies the cache (put, remove, clear, store...etc) won't be
applied to the cache store.
|
int |
maxBatchSize() |
boolean |
preload() |
Properties |
properties() |
boolean |
purgeOnStartup()
If true, purges this cache store when it starts up.
|
default boolean |
segmented()
Whether or not this store is configured to be segmented.
|
boolean |
shared() |
boolean |
transactional() |
boolean |
writeOnly() |
subElements
attributes, getElementDefinition
AsyncStoreConfiguration async()
boolean purgeOnStartup()
boolean fetchPersistentState()
boolean ignoreModifications()
boolean writeOnly()
boolean preload()
boolean shared()
boolean transactional()
int maxBatchSize()
default boolean segmented()
Properties properties()
Copyright © 2021 JBoss by Red Hat. All rights reserved.