public abstract class AbstractLoaderConfiguration extends AbstractTypedPropertiesConfiguration
Modifier and Type | Method and Description |
---|---|
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.
|
properties
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
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.