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.cluster |
A
CacheLoader (not CacheStore ) that polls other nodes in the cluster for state. |
org.infinispan.loaders.decorators |
This package contains loaders and stores, which are used for overflow or persistence.
|
org.infinispan.loaders.file |
Simple filesystem-based
CacheStore implementation. |
Modifier and Type | Field and Description |
---|---|
protected List<CacheLoaderConfig> |
CacheLoaderManagerConfig.cacheLoaderConfigs |
Modifier and Type | Method and Description |
---|---|
CacheLoaderConfig |
CacheLoaderManagerConfig.getFirstCacheLoaderConfig() |
Modifier and Type | Method and Description |
---|---|
List<CacheLoaderConfig> |
CacheLoaderManagerConfig.getCacheLoaderConfigs() |
List<CacheLoaderConfig> |
Configuration.getCacheLoaders()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FluentConfiguration.LoadersConfig |
FluentConfiguration.LoadersConfig.addCacheLoader(CacheLoaderConfig... configs)
Deprecated.
|
FluentConfiguration.LoadersConfig |
CacheLoaderManagerConfig.addCacheLoader(CacheLoaderConfig... configs) |
FluentConfiguration.LoadersConfig |
CacheLoaderManagerConfig.addCacheLoaderConfig(CacheLoaderConfig clc)
Deprecated.
|
void |
DelegatingConfigurationVisitor.visitCacheLoaderConfig(CacheLoaderConfig bean) |
void |
ConfigurationBeanVisitor.visitCacheLoaderConfig(CacheLoaderConfig bean) |
void |
AbstractConfigurationBeanVisitor.visitCacheLoaderConfig(CacheLoaderConfig bean) |
Modifier and Type | Method and Description |
---|---|
FluentConfiguration.LoadersConfig |
CacheLoaderManagerConfig.setCacheLoaderConfigs(List<CacheLoaderConfig> configs)
Deprecated.
The visibility of this method will be reduced and
XMLElement definition is likely to move to the getCacheLoaderConfigs().
|
Constructor and Description |
---|
CacheLoaderManagerConfig(CacheLoaderConfig clc) |
Modifier and Type | Interface and Description |
---|---|
interface |
CacheStoreConfig
Defines config elements for all CacheStoreConfigs.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCacheLoaderConfig
Abstract base class for CacheLoaderConfigs.
|
class |
AbstractCacheStoreConfig
Configures
AbstractCacheStore . |
class |
LockSupportCacheStoreConfig
Adds configuration support for
LockSupportCacheStore . |
Modifier and Type | Method and Description |
---|---|
CacheLoaderConfig |
CacheLoaderConfig.clone() |
Modifier and Type | Method and Description |
---|---|
Class<? extends CacheLoaderConfig> |
CacheLoader.getConfigurationClass()
This method is used by the configuration parser to get a hold of the CacheLoader implementation's corresponding
CacheLoaderConfig type. |
Modifier and Type | Method and Description |
---|---|
void |
LockSupportCacheStore.init(CacheLoaderConfig config,
Cache<?,?> cache,
StreamingMarshaller m) |
void |
CacheLoader.init(CacheLoaderConfig config,
Cache<?,?> cache,
StreamingMarshaller m)
Used to initialize a cache loader.
|
void |
AbstractCacheStore.init(CacheLoaderConfig config,
Cache<?,?> cache,
StreamingMarshaller m) |
void |
AbstractCacheLoader.init(CacheLoaderConfig config,
Cache<?,?> cache,
StreamingMarshaller m) |
Modifier and Type | Class and Description |
---|---|
class |
ClusterCacheLoaderConfig
Configuration for
ClusterCacheLoader . |
Modifier and Type | Method and Description |
---|---|
Class<? extends CacheLoaderConfig> |
ClusterCacheLoader.getConfigurationClass() |
Modifier and Type | Method and Description |
---|---|
void |
ClusterCacheLoader.init(CacheLoaderConfig config,
Cache<?,?> cache,
StreamingMarshaller m) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDecoratorConfigurationBean
Class to aid decorators to be able to fluently modify parent properties.
|
class |
AsyncStoreConfig
Configuration for the async cache loader.
|
class |
SingletonStoreConfig
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 |
---|---|
Class<? extends CacheLoaderConfig> |
ChainingCacheStore.getConfigurationClass() |
Class<? extends CacheLoaderConfig> |
AbstractDelegatingStore.getConfigurationClass() |
LinkedHashMap<CacheStore,CacheLoaderConfig> |
ChainingCacheStore.getStores() |
Modifier and Type | Method and Description |
---|---|
void |
ChainingCacheStore.addCacheLoader(CacheLoader loader,
CacheLoaderConfig config) |
void |
ChainingCacheStore.init(CacheLoaderConfig config,
Cache<?,?> cache,
StreamingMarshaller m) |
void |
AsyncStore.init(CacheLoaderConfig config,
Cache<?,?> cache,
StreamingMarshaller m) |
void |
AbstractDelegatingStore.init(CacheLoaderConfig config,
Cache<?,?> cache,
StreamingMarshaller m) |
Modifier and Type | Class and Description |
---|---|
class |
FileCacheStoreConfig
Configures
FileCacheStore . |
Modifier and Type | Method and Description |
---|---|
Class<? extends CacheLoaderConfig> |
FileCacheStore.getConfigurationClass() |
Modifier and Type | Method and Description |
---|---|
void |
FileCacheStore.init(CacheLoaderConfig config,
Cache<?,?> cache,
StreamingMarshaller m) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.