Uses of Package
org.infinispan.config

Packages that use org.infinispan.config
org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. 
org.infinispan.batch Support for batching calls using the Cache.startBatch() and Cache.endBatch(boolean) API. 
org.infinispan.config Cache configuration beans and parsers. 
org.infinispan.config.parsing   
org.infinispan.config.parsing.element   
org.infinispan.distribution Classes relating to the distributed cache mode. 
org.infinispan.eviction Classes related to eviction. 
org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration. 
org.infinispan.interceptors.base   
org.infinispan.jmx Helpers that allow easy exposure of attributes and operations via JMX. 
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.decorators   
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. 
org.infinispan.manager Cache manager package 
org.infinispan.remoting.rpc   
org.infinispan.remoting.transport   
org.infinispan.remoting.transport.jgroups   
org.infinispan.statetransfer Transfer of state to new caches in a cluster. 
org.infinispan.transaction.xa   
org.infinispan.util.concurrent.locks   
 

Classes in org.infinispan.config used by org.infinispan
Configuration
          Encapsulates the configuration of a Cache.
 

Classes in org.infinispan.config used by org.infinispan.batch
Configuration
          Encapsulates the configuration of a Cache.
 

Classes in org.infinispan.config used by org.infinispan.config
AbstractConfigurationBean
          Base superclass of Cache configuration classes that expose some properties that can be changed after the cache is started.
AbstractNamedCacheConfigurationBean
          Adds named cache specific features to the AbstractConfigurationBean.
CacheLoaderManagerConfig
          Holds the configuration of the cache loader chain.
CloneableConfigurationComponent
          Interface for all configurable components
Configuration
          Encapsulates the configuration of a Cache.
Configuration.CacheMode
          Cache replication mode.
ConfigurationException
          An exception that represents an error in the configuration.
CustomInterceptorConfig
          Holds information about the custom interceptors defined in the configuration file.
GlobalConfiguration
          Configuration component that encapsulates the global configuration.
GlobalConfiguration.ShutdownHookBehavior
          Behavior of the JVM shutdown hook registered by the cache
PluggableConfigurationComponent
          A configuration component where the implementation class can be specified, and comes with its own set of properties.
RuntimeConfig
           
 

Classes in org.infinispan.config used by org.infinispan.config.parsing
Configuration
          Encapsulates the configuration of a Cache.
ConfigurationException
          An exception that represents an error in the configuration.
GlobalConfiguration
          Configuration component that encapsulates the global configuration.
 

Classes in org.infinispan.config used by org.infinispan.config.parsing.element
CacheLoaderManagerConfig
          Holds the configuration of the cache loader chain.
CustomInterceptorConfig
          Holds information about the custom interceptors defined in the configuration file.
 

Classes in org.infinispan.config used by org.infinispan.distribution
Configuration
          Encapsulates the configuration of a Cache.
 

Classes in org.infinispan.config used by org.infinispan.eviction
Configuration
          Encapsulates the configuration of a Cache.
 

Classes in org.infinispan.config used by org.infinispan.factories
Configuration
          Encapsulates the configuration of a Cache.
ConfigurationException
          An exception that represents an error in the configuration.
GlobalConfiguration
          Configuration component that encapsulates the global configuration.
 

Classes in org.infinispan.config used by org.infinispan.interceptors.base
Configuration
          Encapsulates the configuration of a Cache.
 

Classes in org.infinispan.config used by org.infinispan.jmx
GlobalConfiguration
          Configuration component that encapsulates the global configuration.
 

Classes in org.infinispan.config used by org.infinispan.loaders
AbstractConfigurationBean
          Base superclass of Cache configuration classes that expose some properties that can be changed after the cache is started.
AbstractNamedCacheConfigurationBean
          Adds named cache specific features to the AbstractConfigurationBean.
CloneableConfigurationComponent
          Interface for all configurable components
Configuration
          Encapsulates the configuration of a Cache.
PluggableConfigurationComponent
          A configuration component where the implementation class can be specified, and comes with its own set of properties.
 

Classes in org.infinispan.config used by org.infinispan.loaders.bdbje
AbstractConfigurationBean
          Base superclass of Cache configuration classes that expose some properties that can be changed after the cache is started.
AbstractNamedCacheConfigurationBean
          Adds named cache specific features to the AbstractConfigurationBean.
CloneableConfigurationComponent
          Interface for all configurable components
PluggableConfigurationComponent
          A configuration component where the implementation class can be specified, and comes with its own set of properties.
 

Classes in org.infinispan.config used by org.infinispan.loaders.cluster
AbstractConfigurationBean
          Base superclass of Cache configuration classes that expose some properties that can be changed after the cache is started.
AbstractNamedCacheConfigurationBean
          Adds named cache specific features to the AbstractConfigurationBean.
CloneableConfigurationComponent
          Interface for all configurable components
PluggableConfigurationComponent
          A configuration component where the implementation class can be specified, and comes with its own set of properties.
 

Classes in org.infinispan.config used by org.infinispan.loaders.decorators
AbstractConfigurationBean
          Base superclass of Cache configuration classes that expose some properties that can be changed after the cache is started.
AbstractNamedCacheConfigurationBean
          Adds named cache specific features to the AbstractConfigurationBean.
CloneableConfigurationComponent
          Interface for all configurable components
 

Classes in org.infinispan.config used by org.infinispan.loaders.file
AbstractConfigurationBean
          Base superclass of Cache configuration classes that expose some properties that can be changed after the cache is started.
AbstractNamedCacheConfigurationBean
          Adds named cache specific features to the AbstractConfigurationBean.
CloneableConfigurationComponent
          Interface for all configurable components
PluggableConfigurationComponent
          A configuration component where the implementation class can be specified, and comes with its own set of properties.
 

Classes in org.infinispan.config used by org.infinispan.loaders.jdbc.binary
AbstractConfigurationBean
          Base superclass of Cache configuration classes that expose some properties that can be changed after the cache is started.
AbstractNamedCacheConfigurationBean
          Adds named cache specific features to the AbstractConfigurationBean.
CloneableConfigurationComponent
          Interface for all configurable components
PluggableConfigurationComponent
          A configuration component where the implementation class can be specified, and comes with its own set of properties.
 

Classes in org.infinispan.config used by org.infinispan.loaders.jdbc.mixed
AbstractConfigurationBean
          Base superclass of Cache configuration classes that expose some properties that can be changed after the cache is started.
AbstractNamedCacheConfigurationBean
          Adds named cache specific features to the AbstractConfigurationBean.
CloneableConfigurationComponent
          Interface for all configurable components
PluggableConfigurationComponent
          A configuration component where the implementation class can be specified, and comes with its own set of properties.
 

Classes in org.infinispan.config used by org.infinispan.loaders.jdbc.stringbased
AbstractConfigurationBean
          Base superclass of Cache configuration classes that expose some properties that can be changed after the cache is started.
AbstractNamedCacheConfigurationBean
          Adds named cache specific features to the AbstractConfigurationBean.
CloneableConfigurationComponent
          Interface for all configurable components
PluggableConfigurationComponent
          A configuration component where the implementation class can be specified, and comes with its own set of properties.
 

Classes in org.infinispan.config used by org.infinispan.loaders.jdbm
AbstractConfigurationBean
          Base superclass of Cache configuration classes that expose some properties that can be changed after the cache is started.
AbstractNamedCacheConfigurationBean
          Adds named cache specific features to the AbstractConfigurationBean.
CloneableConfigurationComponent
          Interface for all configurable components
PluggableConfigurationComponent
          A configuration component where the implementation class can be specified, and comes with its own set of properties.
 

Classes in org.infinispan.config used by org.infinispan.loaders.s3
AbstractConfigurationBean
          Base superclass of Cache configuration classes that expose some properties that can be changed after the cache is started.
AbstractNamedCacheConfigurationBean
          Adds named cache specific features to the AbstractConfigurationBean.
CloneableConfigurationComponent
          Interface for all configurable components
PluggableConfigurationComponent
          A configuration component where the implementation class can be specified, and comes with its own set of properties.
 

Classes in org.infinispan.config used by org.infinispan.manager
Configuration
          Encapsulates the configuration of a Cache.
DuplicateCacheNameException
          Thrown if a duplicate named cache is detected
GlobalConfiguration
          Configuration component that encapsulates the global configuration.
 

Classes in org.infinispan.config used by org.infinispan.remoting.rpc
Configuration
          Encapsulates the configuration of a Cache.
 

Classes in org.infinispan.config used by org.infinispan.remoting.transport
GlobalConfiguration
          Configuration component that encapsulates the global configuration.
 

Classes in org.infinispan.config used by org.infinispan.remoting.transport.jgroups
GlobalConfiguration
          Configuration component that encapsulates the global configuration.
 

Classes in org.infinispan.config used by org.infinispan.statetransfer
Configuration
          Encapsulates the configuration of a Cache.
 

Classes in org.infinispan.config used by org.infinispan.transaction.xa
Configuration
          Encapsulates the configuration of a Cache.
 

Classes in org.infinispan.config used by org.infinispan.util.concurrent.locks
Configuration
          Encapsulates the configuration of a Cache.
 



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