public interface StoreConfiguration
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.
|
boolean |
shared() |
SingletonStoreConfiguration |
singletonStore()
SingletonStore is a delegating cache store used for situations when only one instance in a
cluster should interact with the underlying store.
|
boolean |
transactional() |
AsyncStoreConfiguration async()
SingletonStoreConfiguration singletonStore()
boolean purgeOnStartup()
boolean fetchPersistentState()
boolean ignoreModifications()
boolean preload()
boolean shared()
boolean transactional()
int maxBatchSize()
Properties properties()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.