Uses of Class
org.jboss.cache.config.ConfigurationComponent

Packages that use ConfigurationComponent
org.jboss.cache.buddyreplication   
org.jboss.cache.config   
org.jboss.cache.eviction   
org.jboss.cache.loader   
org.jboss.cache.loader.bdbje   
org.jboss.cache.loader.jdbm   
org.jboss.cache.loader.s3   
 

Uses of ConfigurationComponent in org.jboss.cache.buddyreplication
 

Subclasses of ConfigurationComponent in org.jboss.cache.buddyreplication
 class NextMemberBuddyLocatorConfig
          Type-specific configuration object for NextMemberBuddyLocator.
 

Uses of ConfigurationComponent in org.jboss.cache.config
 

Subclasses of ConfigurationComponent in org.jboss.cache.config
 class BuddyReplicationConfig
           
static class BuddyReplicationConfig.BuddyLocatorConfig
           
 class CacheLoaderConfig
          Holds the configuration of the cache loader chain.
static class CacheLoaderConfig.IndividualCacheLoaderConfig
          Configuration object that holds the confguration of an individual cache loader.
static class CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig
          Configuration for a SingletonStoreCacheLoader
 class Configuration
          Encapsulates the configuration of a Cache.
 class CustomInterceptorConfig
          Holds information about the custom interceptors defined in the configuration file.
 class EvictionConfig
           
 class EvictionRegionConfig
           
 class PluggableConfigurationComponent
          A configuration component where the implementation class can be specified, and comes with its own set of properties.
 class RuntimeConfig
           
 

Methods in org.jboss.cache.config with parameters of type ConfigurationComponent
protected  void ConfigurationComponent.addChildConfig(ConfigurationComponent child)
           
 void ConfigurationComponent.passCacheToChildConfig(ConfigurationComponent child)
           
protected  void ConfigurationComponent.removeChildConfig(ConfigurationComponent child)
           
protected  void ConfigurationComponent.replaceChildConfig(ConfigurationComponent oldConfig, ConfigurationComponent newConfig)
           
 

Method parameters in org.jboss.cache.config with type arguments of type ConfigurationComponent
protected  void ConfigurationComponent.addChildConfigs(Collection<? extends ConfigurationComponent> toAdd)
           
protected  void ConfigurationComponent.removeChildConfigs(Collection<? extends ConfigurationComponent> toRemove)
           
protected  void ConfigurationComponent.replaceChildConfigs(Collection<? extends ConfigurationComponent> oldConfigs, Collection<? extends ConfigurationComponent> newConfigs)
           
protected  void ConfigurationComponent.replaceChildConfigs(Collection<? extends ConfigurationComponent> oldConfigs, Collection<? extends ConfigurationComponent> newConfigs)
           
 

Uses of ConfigurationComponent in org.jboss.cache.eviction
 

Subclasses of ConfigurationComponent in org.jboss.cache.eviction
 class ElementSizeAlgorithmConfig
          Configuration for ElementSizeAlgorithm.
 class ElementSizeConfiguration
          Deprecated. see ElementSizeAlgorithmConfig
 class EvictionAlgorithmConfigBase
          A base class used for configuring eviction algorithms.
 class EvictionPolicyConfigBase
          Deprecated. See EvictionAlgorithmConfigBase.
 class ExpirationAlgorithmConfig
          Configuration for indicating the Node key for setting a specific eviction time.
 class ExpirationConfiguration
          Deprecated. see ExpirationAlgorithmConfig
 class FIFOAlgorithmConfig
          Configuration for FIFOAlgorithm.
 class FIFOConfiguration
          Deprecated. see FIFOAlgorithmConfig
 class LFUAlgorithmConfig
          Configuration implementation for LFUAlgorithm.
 class LFUConfiguration
          Deprecated. see LFUAlgorithmConfig
 class LRUAlgorithmConfig
          Configuration implementation for LRUAlgorithm.
 class LRUConfiguration
          Deprecated. see LRUAlgorithmConfig
 class MRUAlgorithmConfig
          Configuration for MRUAlgorithm.
 class MRUConfiguration
          Deprecated. see MRUAlgorithmConfig
 class NullEvictionAlgorithmConfig
          Configuration class for NullEvictionAlgorithm.
 class NullEvictionPolicyConfig
          Deprecated. see NullEvictionAlgorithmConfig
 

Uses of ConfigurationComponent in org.jboss.cache.loader
 

Subclasses of ConfigurationComponent in org.jboss.cache.loader
 class AdjListJDBCCacheLoaderConfig
          AdjListJDBCCacheLoaderConfig
 class AsyncCacheLoaderConfig
           
 class ClusteredCacheLoaderConfig
           
 class FileCacheLoaderConfig
           
 class JDBCCacheLoaderConfig
          Builds the different SQLs needed by JDBCCacheLoader.
 class JDBCCacheLoaderOldConfig
          Deprecated. please use JDBCCacheLoaderConfig
 class LocalDelegatingCacheLoaderConfig
           
 class SingletonStoreDefaultConfig
          Default singleton store cache loader configuration implementation, which is provided with the default singleton store cache loader implementation.
 class TcpDelegatingCacheLoaderConfig
           
 

Uses of ConfigurationComponent in org.jboss.cache.loader.bdbje
 

Subclasses of ConfigurationComponent in org.jboss.cache.loader.bdbje
 class BdbjeCacheLoaderConfig
           
 

Uses of ConfigurationComponent in org.jboss.cache.loader.jdbm
 

Subclasses of ConfigurationComponent in org.jboss.cache.loader.jdbm
 class JdbmCacheLoader2Config
          Configuration for JdbmCacheLoader2.
 class JdbmCacheLoaderConfig
           
 

Uses of ConfigurationComponent in org.jboss.cache.loader.s3
 

Subclasses of ConfigurationComponent in org.jboss.cache.loader.s3
 class S3LoaderConfig
          Amazon S3 loader configuration.
 



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