public class AbstractStoreConfiguration extends Object implements StoreConfiguration
| Constructor and Description |
|---|
AbstractStoreConfiguration(boolean purgeOnStartup,
boolean fetchPersistentState,
boolean ignoreModifications,
AsyncStoreConfiguration async,
SingletonStoreConfiguration singletonStore,
boolean preload,
boolean shared,
Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
AsyncStoreConfiguration |
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 |
preload() |
Properties |
properties() |
boolean |
purgeOnStartup()
If true, purges this cache store when it starts up.
|
boolean |
shared() |
SingletonStoreConfiguration |
singletonStore()
SingletonStore is a delegating store used for situations when only one instance in a
cluster should interact with the underlying store.
|
String |
toString() |
public AbstractStoreConfiguration(boolean purgeOnStartup,
boolean fetchPersistentState,
boolean ignoreModifications,
AsyncStoreConfiguration async,
SingletonStoreConfiguration singletonStore,
boolean preload,
boolean shared,
Properties properties)
public AsyncStoreConfiguration async()
async in interface StoreConfigurationpublic SingletonStoreConfiguration singletonStore()
singletonStore in interface StoreConfigurationpublic boolean purgeOnStartup()
purgeOnStartup in interface StoreConfigurationpublic boolean shared()
shared in interface StoreConfigurationpublic boolean fetchPersistentState()
fetchPersistentState in interface StoreConfigurationpublic boolean ignoreModifications()
ignoreModifications in interface StoreConfigurationpublic boolean preload()
preload in interface StoreConfigurationpublic Properties properties()
properties in interface StoreConfigurationCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.