|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.infinispan.configuration.AbstractTypedPropertiesConfiguration
org.infinispan.configuration.cache.AbstractLoaderConfiguration
public abstract class AbstractLoaderConfiguration
Method Summary | |
---|---|
AsyncLoaderConfiguration |
async()
Configuration for the async cache loader. |
boolean |
equals(Object o)
|
boolean |
fetchPersistentState()
If true, fetch persistent state when joining a cluster. |
int |
hashCode()
|
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 class org.infinispan.configuration.AbstractTypedPropertiesConfiguration |
---|
properties |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public AsyncLoaderConfiguration async()
public SingletonStoreConfiguration singletonStore()
public boolean purgeOnStartup()
public boolean purgeSynchronously()
public int purgerThreads()
public boolean fetchPersistentState()
public boolean ignoreModifications()
public boolean equals(Object o)
equals
in class AbstractTypedPropertiesConfiguration
public int hashCode()
hashCode
in class AbstractTypedPropertiesConfiguration
|
--> | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |