Package | Description |
---|---|
org.infinispan.configuration.cache |
Classes related to eviction.
|
Modifier and Type | Method and Description |
---|---|
SingletonStoreConfiguration |
SingletonStoreConfigurationBuilder.create() |
SingletonStoreConfiguration |
CacheStoreConfiguration.singletonStore()
SingletonStore is a delegating cache store used for situations when only one instance in a
cluster should interact with the underlying store.
|
SingletonStoreConfiguration |
AbstractStoreConfiguration.singletonStore()
SingletonStore is a delegating cache store used for situations when only one instance in a
cluster should interact with the underlying store.
|
Modifier and Type | Method and Description |
---|---|
SingletonStoreConfigurationBuilder<S> |
SingletonStoreConfigurationBuilder.read(SingletonStoreConfiguration template) |
Constructor and Description |
---|
AbstractLockSupportStoreConfiguration(long lockAcquistionTimeout,
int lockConcurrencyLevel,
boolean purgeOnStartup,
boolean purgeSynchronously,
int purgerThreads,
boolean fetchPersistentState,
boolean ignoreModifications,
TypedProperties properties,
AsyncStoreConfiguration async,
SingletonStoreConfiguration singletonStore) |
AbstractStoreConfiguration(boolean purgeOnStartup,
boolean purgeSynchronously,
int purgerThreads,
boolean fetchPersistentState,
boolean ignoreModifications,
TypedProperties properties,
AsyncStoreConfiguration async,
SingletonStoreConfiguration singletonStore) |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.