| 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 | Method and Description |
|---|---|
void |
AbstractConfigurationBeanVisitor.defaultVisit(AbstractConfigurationBean c) |
| 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 | Class and Description |
|---|---|
class |
ClusterCacheLoaderConfig
Configuration for
ClusterCacheLoader. |
| 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 | Class and Description |
|---|---|
class |
FileCacheStoreConfig
Configures
FileCacheStore. |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.