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() |
java.util.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() |
SingletonStoreConfiguration |
singletonStore()
Deprecated.
Singleton writers will be removed in 10.0. If it is desirable that all nodes don't write to the underlying store
then a shared store should be used instead, as this only performs store writes at a key's primary owner.
|
boolean |
transactional() |
subElementsattributes, getElementDefinitionAsyncStoreConfiguration async()
@Deprecated SingletonStoreConfiguration singletonStore()
boolean purgeOnStartup()
boolean fetchPersistentState()
boolean ignoreModifications()
boolean preload()
boolean shared()
boolean transactional()
int maxBatchSize()
default boolean segmented()
java.util.Properties properties()