|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractConfigurationBean | |
---|---|
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 JDBM. |
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 AbstractConfigurationBean in org.infinispan.config |
---|
Subclasses of AbstractConfigurationBean in org.infinispan.config | |
---|---|
class |
AbstractNamedCacheConfigurationBean
Adds named cache specific features to the AbstractConfigurationBean
. |
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.CustomInterceptorsType
Configures custom interceptors to be added to 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
A mechanism by which serialization and deserialization of objects is deferred till the point in time in which they are used and needed. |
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.StateRetrievalType
Configures how state is retrieved when a new cache joins the cluster. |
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 |
GlobalConfiguration
Configuration component that encapsulates the global configuration. |
static class |
GlobalConfiguration.ExecutorFactoryType
|
static class |
GlobalConfiguration.FactoryClassWithPropertiesType
|
static class |
GlobalConfiguration.GlobalJmxStatisticsType
|
static class |
GlobalConfiguration.ScheduledExecutorFactoryType
|
static class |
GlobalConfiguration.SerializationType
|
static class |
GlobalConfiguration.ShutdownType
|
static class |
GlobalConfiguration.TransportType
|
class |
PluggableConfigurationComponent
A configuration component where the implementation class can be specified, and comes with its own set of properties. |
Methods in org.infinispan.config with parameters of type AbstractConfigurationBean | |
---|---|
void |
AbstractConfigurationBeanVisitor.defaultVisit(AbstractConfigurationBean c)
|
Uses of AbstractConfigurationBean in org.infinispan.loaders |
---|
Subclasses of AbstractConfigurationBean in org.infinispan.loaders | |
---|---|
class |
AbstractCacheLoaderConfig
Abstract base class for CacheLoaderConfigs. |
class |
AbstractCacheStoreConfig
Configures AbstractCacheStore . |
class |
LockSupportCacheStoreConfig
Adds configuration support for LockSupportCacheStore . |
Uses of AbstractConfigurationBean in org.infinispan.loaders.bdbje |
---|
Subclasses of AbstractConfigurationBean in org.infinispan.loaders.bdbje | |
---|---|
class |
BdbjeCacheStoreConfig
Configures BdbjeCacheStore . |
Uses of AbstractConfigurationBean in org.infinispan.loaders.cassandra |
---|
Subclasses of AbstractConfigurationBean in org.infinispan.loaders.cassandra | |
---|---|
class |
CassandraCacheStoreConfig
Configures CassandraCacheStore . |
Uses of AbstractConfigurationBean in org.infinispan.loaders.cloud |
---|
Subclasses of AbstractConfigurationBean in org.infinispan.loaders.cloud | |
---|---|
class |
CloudCacheStoreConfig
The cache store config bean for the CloudCacheStore . |
Uses of AbstractConfigurationBean in org.infinispan.loaders.cluster |
---|
Subclasses of AbstractConfigurationBean in org.infinispan.loaders.cluster | |
---|---|
class |
ClusterCacheLoaderConfig
Configuration for ClusterCacheLoader . |
Uses of AbstractConfigurationBean in org.infinispan.loaders.decorators |
---|
Subclasses of AbstractConfigurationBean in org.infinispan.loaders.decorators | |
---|---|
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 AbstractConfigurationBean in org.infinispan.loaders.file |
---|
Subclasses of AbstractConfigurationBean in org.infinispan.loaders.file | |
---|---|
class |
FileCacheStoreConfig
Configures FileCacheStore . |
Uses of AbstractConfigurationBean in org.infinispan.loaders.jdbc |
---|
Subclasses of AbstractConfigurationBean 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 AbstractConfigurationBean in org.infinispan.loaders.jdbc.binary |
---|
Subclasses of AbstractConfigurationBean in org.infinispan.loaders.jdbc.binary | |
---|---|
class |
JdbcBinaryCacheStoreConfig
Defines available configuration elements for JdbcBinaryCacheStore . |
Uses of AbstractConfigurationBean in org.infinispan.loaders.jdbc.mixed |
---|
Subclasses of AbstractConfigurationBean in org.infinispan.loaders.jdbc.mixed | |
---|---|
class |
JdbcMixedCacheStoreConfig
Configuration for JdbcMixedCacheStore . |
Uses of AbstractConfigurationBean in org.infinispan.loaders.jdbc.stringbased |
---|
Subclasses of AbstractConfigurationBean in org.infinispan.loaders.jdbc.stringbased | |
---|---|
class |
JdbcStringBasedCacheStoreConfig
Configuration for JdbcStringBasedCacheStore cache store. |
Uses of AbstractConfigurationBean in org.infinispan.loaders.jdbm |
---|
Subclasses of AbstractConfigurationBean in org.infinispan.loaders.jdbm | |
---|---|
class |
JdbmCacheStoreConfig
Configures JdbmCacheStore . |
Uses of AbstractConfigurationBean in org.infinispan.loaders.remote |
---|
Subclasses of AbstractConfigurationBean in org.infinispan.loaders.remote | |
---|---|
class |
RemoteCacheStoreConfig
Configuration for RemoteCacheStore. |
|
Google Analytics | |||||||||
PREV NEXT | FRAMES NO FRAMES |