Package | Description |
---|---|
org.infinispan.config |
Cache configuration beans and parsers.
|
org.infinispan.loaders |
This package contains loaders and stores, which are used for overflow or persistence.
|
org.infinispan.loaders.decorators |
This package contains loaders and stores, which are used for overflow or persistence.
|
Modifier and Type | Method and Description |
---|---|
void |
DelegatingConfigurationVisitor.visitSingletonStoreConfig(SingletonStoreConfig bean) |
void |
ConfigurationValidatingVisitor.visitSingletonStoreConfig(SingletonStoreConfig ssc)
Deprecated.
|
void |
ConfigurationBeanVisitor.visitSingletonStoreConfig(SingletonStoreConfig bean) |
void |
AbstractConfigurationBeanVisitor.visitSingletonStoreConfig(SingletonStoreConfig bean) |
Modifier and Type | Field and Description |
---|---|
protected SingletonStoreConfig |
AbstractCacheStoreConfig.singletonStore |
Modifier and Type | Method and Description |
---|---|
SingletonStoreConfig |
CacheStoreConfig.getSingletonStoreConfig() |
SingletonStoreConfig |
AbstractCacheStoreConfig.getSingletonStoreConfig() |
SingletonStoreConfig |
CacheStoreConfig.singletonStore() |
SingletonStoreConfig |
AbstractCacheStoreConfig.singletonStore() |
Modifier and Type | Method and Description |
---|---|
void |
CacheStoreConfig.setSingletonStoreConfig(SingletonStoreConfig singletonStoreConfig)
Deprecated.
use
CacheStoreConfig.singletonStore() instead |
void |
AbstractCacheStoreConfig.setSingletonStoreConfig(SingletonStoreConfig singletonStoreConfig) |
Modifier and Type | Method and Description |
---|---|
SingletonStoreConfig |
SingletonStoreConfig.clone() |
SingletonStoreConfig |
SingletonStoreConfig.enabled(Boolean singletonStoreEnabled)
If true, the singleton store cache store is enabled.
|
SingletonStoreConfig |
AbstractDecoratorConfigurationBean.getSingletonStoreConfig() |
SingletonStoreConfig |
SingletonStoreConfig.pushStateTimeout(Long pushStateTimeout)
If pushStateWhenCoordinator is true, this property sets the maximum number of milliseconds
that the process of pushing the in-memory state to the underlying cache loader should take.
|
SingletonStoreConfig |
SingletonStoreConfig.pushStateWhenCoordinator(Boolean pushStateWhenCoordinator)
If true, when a node becomes the coordinator, it will transfer in-memory state to the
underlying cache store.
|
SingletonStoreConfig |
AbstractDecoratorConfigurationBean.singletonStore() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDecoratorConfigurationBean.setSingletonStoreConfig(SingletonStoreConfig singletonStoreConfig) |
Constructor and Description |
---|
SingletonStore(CacheStore delegate,
Cache<Object,Object> cache,
SingletonStoreConfig config) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.