|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractNamedCacheConfigurationBean | |
---|---|
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.bdbje | This package contains a CacheStore implementation based on
Oracle's BDBJE storage engine. |
org.infinispan.loaders.cassandra | This package contains a CacheStore implementation based on
persisting to Apache Cassandra |
org.infinispan.loaders.cloud | This package contains a CacheStore implementation based on
JClouds, which in turn is an abstraction layer to store data on cloud infrastructure providers
such as Amazon's S3,
RackspaceCloud's CloudFiles,
Microsoft's Windows Azure Blob Storage API, and others. |
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. |
org.infinispan.loaders.jdbc | This package contains a CacheStore implementation based on
a JDBC database connection. |
org.infinispan.loaders.jdbc.binary | This JDBC CacheStore implementation is optimized for storing binary (non-String) keys in the cache. |
org.infinispan.loaders.jdbc.mixed | This is a delegating CacheStore implementation that delegates either to a binary or String based JDBC cache store depending on the key used. |
org.infinispan.loaders.jdbc.stringbased | This JDBC CacheStore implementation is optimized for storing String keys in the cache. |
org.infinispan.loaders.jdbm | This package contains a CacheStore implementation based on
persisting to JDBM. |
org.infinispan.loaders.remote |
Uses of AbstractNamedCacheConfigurationBean in org.infinispan.config |
---|
Subclasses of AbstractNamedCacheConfigurationBean in org.infinispan.config | |
---|---|
class |
CacheLoaderManagerConfig
Holds the configuration of the cache loader chain. |
class |
Configuration
Encapsulates the configuration of a Cache. |
static class |
Configuration.AsyncType
If this element is present, all communications are asynchronous, in that whenever a thread sends a message sent over the wire, it does not wait for an acknowledgment before returning. |
static class |
Configuration.BooleanAttributeType
|
static class |
Configuration.ClusteringType
Defines clustered characteristics of the cache. |
static class |
Configuration.CustomInterceptorPositionType
|
static class |
Configuration.CustomInterceptorsType
Configures custom interceptors to be added to the cache. |
static class |
Configuration.DataContainerType
This element controls the data container for the cache. |
static class |
Configuration.DeadlockDetectionType
This element configures deadlock detection. |
static class |
Configuration.EvictionType
This element controls the eviction settings for the cache. |
static class |
Configuration.ExpirationType
This element controls the default expiration settings for entries in the cache. |
static class |
Configuration.HashType
Allows fine-tuning of rehashing characteristics. |
static class |
Configuration.InvocationBatching
Defines whether invocation batching is allowed in this cache instance, and sets up internals accordingly to allow use of this API. |
static class |
Configuration.JmxStatistics
This element specifies whether cache statistics are gathered and reported via JMX. |
static class |
Configuration.L1Type
This element configures the L1 cache behavior in 'distributed' caches instances. |
static class |
Configuration.LazyDeserialization
Deprecated. |
static class |
Configuration.LockingType
Defines the local, in-VM locking and concurrency characteristics of the cache. |
static class |
Configuration.QueryConfigurationBean
Configures indexing of entries in the cache for searching. |
static class |
Configuration.RecoveryType
Recovery makes sure data in both transactional resource and Infinispan end up in a consistent state. |
static class |
Configuration.StateRetrievalType
Configures how state is retrieved when a new cache joins the cluster. |
static class |
Configuration.StoreAsBinary
A mechanism by which data is stored as a binary byte array. |
static class |
Configuration.SyncType
If this element is present, all communications are synchronous, in that whenever a thread sends a message sent over the wire, it blocks until it receives an acknowledgment from the recipient. |
static class |
Configuration.TransactionType
Defines transactional (JTA) characteristics of the cache. |
static class |
Configuration.UnsafeType
Allows you to tune various unsafe or non-standard characteristics. |
class |
CustomInterceptorConfig
Holds information about the custom interceptors defined in the configuration file. |
class |
FluentConfiguration
Fluent configuration base class. |
class |
GrouperConfiguration
|
class |
GroupsConfiguration
|
Methods in org.infinispan.config that return AbstractNamedCacheConfigurationBean | |
---|---|
AbstractNamedCacheConfigurationBean |
AbstractNamedCacheConfigurationBean.clone()
|
Uses of AbstractNamedCacheConfigurationBean in org.infinispan.loaders |
---|
Subclasses of AbstractNamedCacheConfigurationBean in org.infinispan.loaders | |
---|---|
class |
AbstractCacheLoaderConfig
Abstract base class for CacheLoaderConfigs. |
class |
AbstractCacheStoreConfig
Configures AbstractCacheStore . |
class |
LockSupportCacheStoreConfig
Adds configuration support for LockSupportCacheStore . |
Uses of AbstractNamedCacheConfigurationBean in org.infinispan.loaders.bdbje |
---|
Subclasses of AbstractNamedCacheConfigurationBean in org.infinispan.loaders.bdbje | |
---|---|
class |
BdbjeCacheStoreConfig
Configures BdbjeCacheStore . |
Uses of AbstractNamedCacheConfigurationBean in org.infinispan.loaders.cassandra |
---|
Subclasses of AbstractNamedCacheConfigurationBean in org.infinispan.loaders.cassandra | |
---|---|
class |
CassandraCacheStoreConfig
Configures CassandraCacheStore . |
Uses of AbstractNamedCacheConfigurationBean in org.infinispan.loaders.cloud |
---|
Subclasses of AbstractNamedCacheConfigurationBean in org.infinispan.loaders.cloud | |
---|---|
class |
CloudCacheStoreConfig
The cache store config bean for the CloudCacheStore . |
Uses of AbstractNamedCacheConfigurationBean in org.infinispan.loaders.cluster |
---|
Subclasses of AbstractNamedCacheConfigurationBean in org.infinispan.loaders.cluster | |
---|---|
class |
ClusterCacheLoaderConfig
Configuration for ClusterCacheLoader . |
Uses of AbstractNamedCacheConfigurationBean in org.infinispan.loaders.decorators |
---|
Subclasses of AbstractNamedCacheConfigurationBean in org.infinispan.loaders.decorators | |
---|---|
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. |
Uses of AbstractNamedCacheConfigurationBean in org.infinispan.loaders.file |
---|
Subclasses of AbstractNamedCacheConfigurationBean in org.infinispan.loaders.file | |
---|---|
class |
FileCacheStoreConfig
Configures FileCacheStore . |
Uses of AbstractNamedCacheConfigurationBean in org.infinispan.loaders.jdbc |
---|
Subclasses of AbstractNamedCacheConfigurationBean in org.infinispan.loaders.jdbc | |
---|---|
class |
AbstractJdbcCacheStoreConfig
This is an abstract configuration class containing common elements for all JDBC cache store types. |
class |
AbstractNonDelegatingJdbcCacheStoreConfig
An abstract configuration for JDBC cache stores which have support for locking. |
Uses of AbstractNamedCacheConfigurationBean in org.infinispan.loaders.jdbc.binary |
---|
Subclasses of AbstractNamedCacheConfigurationBean in org.infinispan.loaders.jdbc.binary | |
---|---|
class |
JdbcBinaryCacheStoreConfig
Defines available configuration elements for JdbcBinaryCacheStore . |
Uses of AbstractNamedCacheConfigurationBean in org.infinispan.loaders.jdbc.mixed |
---|
Subclasses of AbstractNamedCacheConfigurationBean in org.infinispan.loaders.jdbc.mixed | |
---|---|
class |
JdbcMixedCacheStoreConfig
Configuration for JdbcMixedCacheStore . |
Uses of AbstractNamedCacheConfigurationBean in org.infinispan.loaders.jdbc.stringbased |
---|
Subclasses of AbstractNamedCacheConfigurationBean in org.infinispan.loaders.jdbc.stringbased | |
---|---|
class |
JdbcStringBasedCacheStoreConfig
Configuration for JdbcStringBasedCacheStore cache store. |
Uses of AbstractNamedCacheConfigurationBean in org.infinispan.loaders.jdbm |
---|
Subclasses of AbstractNamedCacheConfigurationBean in org.infinispan.loaders.jdbm | |
---|---|
class |
JdbmCacheStoreConfig
Configures JdbmCacheStore . |
Uses of AbstractNamedCacheConfigurationBean in org.infinispan.loaders.remote |
---|
Subclasses of AbstractNamedCacheConfigurationBean in org.infinispan.loaders.remote | |
---|---|
class |
RemoteCacheStoreConfig
Configuration for RemoteCacheStore. |
|
--> |