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   
 

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 EvictionConfig
           
 class EvictionRegionConfig
           
 class RuntimeConfig
           
 

Methods in org.jboss.cache.config that return ConfigurationComponent
 ConfigurationComponent ConfigurationComponent.clone()
           
 

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 ElementSizeConfiguration
          Configuration for ElementSizePolicy.
 class EvictionPolicyConfigBase
          Base implementation of EvictionPolicyConfig.
 class ExpirationConfiguration
          Configuration for indicating the Node key for setting a specific eviction time.
 class FIFOConfiguration
          Configuration for FIFOPolicy.
 class LFUConfiguration
          Configuration implementation for LFUPolicy.
 class LRUConfiguration
          Configuration implementation for LRUPolicy.
 class MRUConfiguration
          Configuration for MRUPolicy.
 class NullEvictionPolicyConfig
          Configuration class for NullEvictionPolicy.
 

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 JdbmCacheLoaderConfig
           
 



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