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.cluster   
org.infinispan.loaders.file   
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.s3 This package contains a CacheStore implementation based on persisting to Amazon's S3 service. 
 

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.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.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
          Configureation 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.s3
 

Subclasses of PluggableConfigurationComponent in org.infinispan.loaders.s3
 class S3CacheStoreConfig
          Configures S3CacheStore.
 



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