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.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.commands.control   
org.infinispan.commands.write   
org.infinispan.config Cache configuration beans and parsers. 
org.infinispan.config.parsing   
org.infinispan.container Data containers which store cache entries. 
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 Infinispan is designed around a set of interceptors around a data container. 
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.cloud   
org.infinispan.loaders.cluster   
org.infinispan.loaders.decorators This package contains loaders and stores, which are used for overflow or persistence. 
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.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.commands
Configuration
          Encapsulates the configuration of a Cache.
 

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

Classes in org.infinispan.config used by org.infinispan.commands.write
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.
AbstractConfigurationBeanVisitor
          AbstractConfigurationBeanVisitor is a convenience super class for ConfigurationBeanVisitor classes.
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.AsyncType
           
Configuration.BooleanAttributeType
           
Configuration.CacheMode
          Cache replication mode.
Configuration.ClusteringType
           
Configuration.CustomInterceptorsType
           
Configuration.DeadlockDetectionType
           
Configuration.EvictionType
           
Configuration.ExpirationType
           
Configuration.HashType
           
Configuration.L1Type
           
Configuration.LockingType
           
Configuration.QueryConfigurationBean
           
Configuration.StateRetrievalType
           
Configuration.SyncType
           
Configuration.TransactionType
           
Configuration.UnsafeType
           
ConfigurationBeanVisitor
          ConfigurationBeanVisitor implementations are passed through InfinispanConfiguration object tree visiting each configuration element of InfinispanConfiguration instance.
ConfigurationException
          An exception that represents an error in the configuration.
CustomInterceptorConfig
          Holds information about the custom interceptors defined in the configuration file.
Dynamic
          Annotation that marks fields in Configuration as being modifiable even after the cache has started.
GlobalConfiguration
          Configuration component that encapsulates the global configuration.
GlobalConfiguration.ExecutorFactoryType
           
GlobalConfiguration.FactoryClassWithPropertiesType
           
GlobalConfiguration.GlobalJmxStatisticsType
           
GlobalConfiguration.ScheduledExecutorFactoryType
           
GlobalConfiguration.SerializationType
           
GlobalConfiguration.ShutdownHookBehavior
          Behavior of the JVM shutdown hook registered by the cache
GlobalConfiguration.ShutdownType
           
GlobalConfiguration.TransportType
           
InfinispanConfiguration
          InfinispanConfiguration encapsulates root component of Infinispan XML configuration

Note that class InfinispanConfiguration contains JAXB annotations.

OverrideConfigurationVisitor
          OverrideConfigurationVisitor breaks down fields of Configuration object to individual components and then compares them for field updates.
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.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.container
Configuration
          Encapsulates the configuration of a Cache.
 

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
Configuration
          Encapsulates the configuration of a Cache.
 

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.
ConfigurationBeanVisitor
          ConfigurationBeanVisitor implementations are passed through InfinispanConfiguration object tree visiting each configuration element of InfinispanConfiguration instance.
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.cloud
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
ConfigurationBeanVisitor
          ConfigurationBeanVisitor implementations are passed through InfinispanConfiguration object tree visiting each configuration element of InfinispanConfiguration instance.
Dynamic
          Annotation that marks fields in Configuration as being modifiable even after the cache has started.
 

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.manager
Configuration
          Encapsulates the configuration of a Cache.
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.
 


Google Analytics

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