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.
|
boolean |
preload() |
Properties |
properties() |
boolean |
purgeOnStartup()
If true, purges this cache store when it starts up.
|
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() |
AsyncStoreConfiguration async()
@Deprecated SingletonStoreConfiguration singletonStore()
boolean purgeOnStartup()
boolean fetchPersistentState()
boolean ignoreModifications()
boolean preload()
boolean shared()
boolean transactional()
Properties properties()
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.