|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CacheStoreConfiguration
Method Summary | |
---|---|
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 |
purgeOnStartup()
If true, purges this cache store when it starts up. |
int |
purgerThreads()
The number of threads to use when purging asynchronously. |
boolean |
purgeSynchronously()
If true, CacheStore#purgeExpired() call will be done synchronously |
SingletonStoreConfiguration |
singletonStore()
SingletonStore is a delegating cache store used for situations when only one instance in a cluster should interact with the underlying store. |
Methods inherited from interface org.infinispan.configuration.cache.CacheLoaderConfiguration |
---|
properties |
Method Detail |
---|
AsyncStoreConfiguration async()
SingletonStoreConfiguration singletonStore()
boolean purgeOnStartup()
boolean purgeSynchronously()
int purgerThreads()
boolean fetchPersistentState()
boolean ignoreModifications()
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |