|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CacheStoreConfig
Defines config elements for all CacheStoreConfigs.
| Methods inherited from interface org.infinispan.loaders.CacheLoaderConfig |
|---|
accept, clone, getCacheLoaderClassName, getClassLoader, setCacheLoaderClassName |
| Method Detail |
|---|
Boolean isPurgeOnStartup()
Boolean isFetchPersistentState()
@Deprecated void setFetchPersistentState(Boolean fetchPersistentState)
fetchPersistentState(Boolean) instead
@Deprecated void setIgnoreModifications(Boolean ignoreModifications)
ignoreModifications(Boolean) instead
CacheStoreConfig fetchPersistentState(Boolean fetchPersistentState)
CacheStoreConfig ignoreModifications(Boolean ignoreModifications)
Boolean isIgnoreModifications()
@Deprecated void setPurgeOnStartup(Boolean purgeOnStartup)
purgeOnStartup(Boolean) instead
CacheStoreConfig purgeOnStartup(Boolean purgeOnStartup)
SingletonStoreConfig getSingletonStoreConfig()
@Deprecated void setSingletonStoreConfig(SingletonStoreConfig singletonStoreConfig)
singletonStore() instead
AsyncStoreConfig getAsyncStoreConfig()
@Deprecated void setAsyncStoreConfig(AsyncStoreConfig asyncStoreConfig)
asyncStore() instead
Boolean isPurgeSynchronously()
@Deprecated void setPurgeSynchronously(Boolean purgeSynchronously)
purgeSynchronously(Boolean) instead
CacheStoreConfig purgeSynchronously(Boolean purgeSynchronously)
Integer getPurgerThreads()
CacheStoreConfig purgerThreads(Integer purgerThreads)
AsyncStoreConfig asyncStore()
SingletonStoreConfig singletonStore()
|
--> | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||