|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.infinispan.configuration.cache.LoadersConfiguration
public class LoadersConfiguration
Configuration for cache loaders and stores.
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
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()
public String toString()
toString
in class Object
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
--> | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |