public class LoadersConfiguration extends Object
Modifier and Type | Method and Description |
---|---|
List<AbstractLoaderConfiguration> |
cacheLoaders() |
boolean |
equals(Object o) |
Boolean |
fetchPersistentState()
Loops through all individual cache loader configs and checks if fetchPersistentState is set on
any of them
|
int |
hashCode() |
boolean |
passivation()
If true, data is only written to the cache store when it is evicted from memory, a phenomenon
known as 'passivation'.
|
boolean |
preload()
If true, when the cache starts, data stored in the cache store will be pre-loaded into memory.
|
boolean |
shared()
This setting should be set to true when multiple cache instances share the same cache store
(e.g., multiple nodes in a cluster using a JDBC-based CacheStore pointing to the same, shared
database.) Setting this to true avoids multiple cache instances writing the same modification
multiple times.
|
String |
toString() |
boolean |
usingAsyncStore() |
boolean |
usingCacheLoaders() |
boolean |
usingChainingCacheLoader() |
public boolean passivation()
public boolean preload()
public boolean shared()
public List<AbstractLoaderConfiguration> cacheLoaders()
public Boolean fetchPersistentState()
public boolean usingCacheLoaders()
public boolean usingAsyncStore()
public boolean usingChainingCacheLoader()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.