Uses of Class
org.infinispan.config.PluggableConfigurationComponent

Packages that use PluggableConfigurationComponent
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.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 PluggableConfigurationComponent in org.infinispan.config
 

Methods in org.infinispan.config that return PluggableConfigurationComponent
 PluggableConfigurationComponent PluggableConfigurationComponent.clone()
           
 

Uses of PluggableConfigurationComponent in org.infinispan.loaders
 

Subclasses of PluggableConfigurationComponent in org.infinispan.loaders
 class AbstractCacheLoaderConfig
          Abstract base class for CacheLoaderConfigs.
 class AbstractCacheStoreConfig
          Configures AbstractCacheStore.
 class LockSupportCacheStoreConfig
          Adds configuration support for LockSupportCacheStore.
 

Uses of PluggableConfigurationComponent in org.infinispan.loaders.bdbje
 

Subclasses of PluggableConfigurationComponent in org.infinispan.loaders.bdbje
 class BdbjeCacheStoreConfig
          Configures BdbjeCacheStore.
 

Uses of PluggableConfigurationComponent in org.infinispan.loaders.cassandra
 

Subclasses of PluggableConfigurationComponent in org.infinispan.loaders.cassandra
 class CassandraCacheStoreConfig
          Configures CassandraCacheStore.
 

Uses of PluggableConfigurationComponent in org.infinispan.loaders.cloud
 

Subclasses of PluggableConfigurationComponent in org.infinispan.loaders.cloud
 class CloudCacheStoreConfig
          The cache store config bean for the CloudCacheStore.
 

Uses of PluggableConfigurationComponent in org.infinispan.loaders.cluster
 

Subclasses of PluggableConfigurationComponent in org.infinispan.loaders.cluster
 class ClusterCacheLoaderConfig
          Configuration for ClusterCacheLoader.
 

Uses of PluggableConfigurationComponent in org.infinispan.loaders.file
 

Subclasses of PluggableConfigurationComponent in org.infinispan.loaders.file
 class FileCacheStoreConfig
          Configures FileCacheStore.
 

Uses of PluggableConfigurationComponent in org.infinispan.loaders.jdbc
 

Subclasses of PluggableConfigurationComponent 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 PluggableConfigurationComponent in org.infinispan.loaders.jdbc.binary
 

Subclasses of PluggableConfigurationComponent in org.infinispan.loaders.jdbc.binary
 class JdbcBinaryCacheStoreConfig
          Defines available configuration elements for JdbcBinaryCacheStore.
 

Uses of PluggableConfigurationComponent in org.infinispan.loaders.jdbc.mixed
 

Subclasses of PluggableConfigurationComponent in org.infinispan.loaders.jdbc.mixed
 class JdbcMixedCacheStoreConfig
          Configuration for JdbcMixedCacheStore.
 

Uses of PluggableConfigurationComponent in org.infinispan.loaders.jdbc.stringbased
 

Subclasses of PluggableConfigurationComponent in org.infinispan.loaders.jdbc.stringbased
 class JdbcStringBasedCacheStoreConfig
          Configuration for JdbcStringBasedCacheStore cache store.
 

Uses of PluggableConfigurationComponent in org.infinispan.loaders.jdbm
 

Subclasses of PluggableConfigurationComponent in org.infinispan.loaders.jdbm
 class JdbmCacheStoreConfig
          Configures JdbmCacheStore.
 

Uses of PluggableConfigurationComponent in org.infinispan.loaders.remote
 

Subclasses of PluggableConfigurationComponent in org.infinispan.loaders.remote
 class RemoteCacheStoreConfig
          Configuration for RemoteCacheStore.
 


Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.