public interface StoreConfigurationChildBuilder<S> extends LoaderConfigurationChildBuilder<S>
Modifier and Type | Method and Description |
---|---|
AsyncStoreConfigurationBuilder<S> |
async()
Configuration for the async cache store.
|
S |
fetchPersistentState(boolean b)
If true, fetch persistent state when joining a cluster.
|
S |
ignoreModifications(boolean b)
If true, any operation that modifies the cache (put, remove, clear, store...etc) won't be
applied to the cache store.
|
S |
purgeOnStartup(boolean b)
If true, purges this cache store when it starts up.
|
S |
purgerThreads(int i)
The number of threads to use when purging asynchronously.
|
S |
purgeSynchronously(boolean b)
If true, CacheStore#purgeExpired() call will be done synchronously
|
SingletonStoreConfigurationBuilder<S> |
singletonStore()
SingletonStore is a delegating cache store used for situations when only one instance in a
cluster should interact with the underlying store.
|
addProperty, withProperties
build, clustering, customInterceptors, dataContainer, deadlockDetection, eviction, expiration, indexing, invocationBatching, jmxStatistics, loaders, locking, sites, storeAsBinary, transaction, unsafe, versioning
AsyncStoreConfigurationBuilder<S> async()
SingletonStoreConfigurationBuilder<S> singletonStore()
S fetchPersistentState(boolean b)
S ignoreModifications(boolean b)
S purgeOnStartup(boolean b)
S purgerThreads(int i)
S purgeSynchronously(boolean b)
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.