Infinispan Distribution 5.2.6.Final-redhat-2

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.config Cache configuration beans and parsers. 
org.infinispan.config.parsing   
org.infinispan.configuration.cache Classes related to eviction. 
org.infinispan.configuration.global   
org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration. 
org.infinispan.lifecycle Component lifecycle. 
org.infinispan.loaders This package contains loaders and stores, which are used for overflow or persistence. 
org.infinispan.loaders.cluster A CacheLoader (not CacheStore) that polls other nodes in the cluster for state. 
org.infinispan.loaders.decorators This package contains loaders and stores, which are used for overflow or persistence. 
org.infinispan.loaders.file Simple filesystem-based CacheStore implementation. 
org.infinispan.loaders.jdbc This package contains a CacheStore implementation based on a JDBC database connection. 
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.remote   
org.infinispan.loaders.remote.logging   
org.infinispan.lucene.cachestore   
org.infinispan.manager Cache manager package 
org.infinispan.transaction.lookup Interfaces and implementations of lookup classes to locate and/or instantiate JTA TransactionManagers. 
 

Classes in org.infinispan.config used by org.infinispan
Configuration
          Deprecated. This class is deprecated. Use Configuration instead.
 

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 .
AdvancedExternalizerConfig
          Defines custom Externalizers to be registered with marshalling framework
CacheLoaderManagerConfig
          Holds the configuration of the cache loader chain.
CloneableConfigurationComponent
          Interface for all configurable components
Configuration
          Deprecated. This class is deprecated. Use Configuration instead.
Configuration.AsyncType
          Deprecated. 
Configuration.BooleanAttributeType
          Deprecated. 
Configuration.CacheMode
          Deprecated. 
Configuration.ClusteringType
          Deprecated. 
Configuration.CustomInterceptorsType
          Deprecated. 
Configuration.DataContainerType
          Deprecated. 
Configuration.DeadlockDetectionType
          Deprecated. 
Configuration.EvictionType
          Deprecated. 
Configuration.ExpirationType
          Deprecated. 
Configuration.HashType
          Deprecated. 
Configuration.InvocationBatching
          Deprecated. 
Configuration.JmxStatistics
          Deprecated. 
Configuration.L1Type
          Deprecated. 
Configuration.LazyDeserialization
          Deprecated. 
Configuration.LockingType
          Deprecated. 
Configuration.QueryConfigurationBean
          Deprecated. 
Configuration.RecoveryType
          Deprecated. 
Configuration.StateRetrievalType
          Deprecated. 
Configuration.StoreAsBinary
          Deprecated. 
Configuration.SyncType
          Deprecated. 
Configuration.TransactionType
          Deprecated. 
Configuration.UnsafeType
          Deprecated. 
Configuration.VersioningConfigurationBean
          Deprecated. 
ConfigurationBeanVisitor
          ConfigurationBeanVisitor implementations are passed through InfinispanConfiguration object tree visiting each configuration element of InfinispanConfiguration instance.
ConfigurationDoc
          Configuration bean element annotated with @ConfigurationDoc indicates that the element should be included in configuration reference.
ConfigurationDocRef
          Configuration bean element annotated with @ConfigurationDocRef indicates that the element should be included in configuration reference but that the description should be extracted from bean class target and its targetElement (method or field).
ConfigurationDocs
          Configuration bean element annotated with @ConfigurationDocs wraps multiple @ConfigurationDoc annotations
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.
FluentConfiguration
          Deprecated. 
FluentConfiguration.AsyncConfig
          Deprecated. 
FluentConfiguration.ClusteringConfig
          Deprecated. 
FluentConfiguration.CustomInterceptorCumulator
          Deprecated. 
FluentConfiguration.CustomInterceptorPosition
          Deprecated. 
FluentConfiguration.CustomInterceptorsConfig
          Deprecated. 
FluentConfiguration.DataContainerConfig
          Deprecated. 
FluentConfiguration.DeadlockDetectionConfig
          Deprecated. 
FluentConfiguration.EvictionConfig
          Deprecated. 
FluentConfiguration.ExpirationConfig
          Deprecated. 
FluentConfiguration.GroupsConfig
          Deprecated. 
FluentConfiguration.HashConfig
          Deprecated. 
FluentConfiguration.IndexingConfig
          Deprecated. 
FluentConfiguration.InvocationBatchingConfig
          Deprecated. 
FluentConfiguration.JmxStatisticsConfig
          Deprecated. 
FluentConfiguration.L1Config
          Deprecated. 
FluentConfiguration.LoadersConfig
          Deprecated. 
FluentConfiguration.LockingConfig
          Deprecated. 
FluentConfiguration.RecoveryConfig
          Deprecated. 
FluentConfiguration.StateRetrievalConfig
          Deprecated. 
FluentConfiguration.StoreAsBinaryConfig
          Deprecated. 
FluentConfiguration.SyncConfig
          Deprecated. 
FluentConfiguration.TransactionConfig
          Deprecated. 
FluentConfiguration.UnsafeConfig
          Deprecated. 
FluentConfiguration.VersioningConfig
          Deprecated. 
FluentGlobalConfiguration
          Deprecated. 
FluentGlobalConfiguration.ExecutorFactoryConfig
          Deprecated. 
FluentGlobalConfiguration.GlobalJmxStatisticsConfig
          Deprecated. 
FluentGlobalConfiguration.SerializationConfig
          Deprecated. 
FluentGlobalConfiguration.ShutdownConfig
          Deprecated. 
FluentGlobalConfiguration.TransportConfig
          Deprecated. 
GlobalConfiguration
          Deprecated. This class is deprecated. Use GlobalConfiguration instead.
GlobalConfiguration.AdvancedExternalizersType
          Deprecated. 
GlobalConfiguration.ExecutorFactoryType
          Deprecated. 
GlobalConfiguration.FactoryClassWithPropertiesType
          Deprecated.  
GlobalConfiguration.GlobalJmxStatisticsType
          Deprecated. 
GlobalConfiguration.ScheduledExecutorFactoryType
          Deprecated. 
GlobalConfiguration.SerializationType
          Deprecated. 
GlobalConfiguration.ShutdownHookBehavior
          Deprecated. 
GlobalConfiguration.ShutdownType
          Deprecated. 
GlobalConfiguration.TransportType
          Deprecated. 
GrouperConfiguration
           
GroupsConfiguration
           
InfinispanConfiguration
          Deprecated. Use ParserRegistry instead
JAXBUnmarshallable
          A mechanism to notify an XML element that the JAXB parser has willUnmarshall it
OverrideConfigurationVisitor
          OverrideConfigurationVisitor breaks down fields of Configuration object to individual components and then compares them for field updates.
 

Classes in org.infinispan.config used by org.infinispan.config.parsing
Configuration
          Deprecated. This class is deprecated. Use Configuration instead.
ConfigurationException
          An exception that represents an error in the configuration.
GlobalConfiguration
          Deprecated. This class is deprecated. Use GlobalConfiguration instead.
 

Classes in org.infinispan.config used by org.infinispan.configuration.cache
Configuration
          Deprecated. This class is deprecated. Use Configuration instead.
 

Classes in org.infinispan.config used by org.infinispan.configuration.global
GlobalConfiguration
          Deprecated. This class is deprecated. Use GlobalConfiguration instead.
 

Classes in org.infinispan.config used by org.infinispan.factories
Configuration
          Deprecated. This class is deprecated. Use Configuration instead.
ConfigurationException
          An exception that represents an error in the configuration.
 

Classes in org.infinispan.config used by org.infinispan.lifecycle
Configuration
          Deprecated. This class is deprecated. Use Configuration instead.
GlobalConfiguration
          Deprecated. This class is deprecated. Use GlobalConfiguration instead.
 

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
ConfigurationBeanVisitor
          ConfigurationBeanVisitor implementations are passed through InfinispanConfiguration object tree visiting each configuration element of InfinispanConfiguration instance.
ConfigurationDoc
          Configuration bean element annotated with @ConfigurationDoc indicates that the element should be included in configuration reference.
ConfigurationDocRef
          Configuration bean element annotated with @ConfigurationDocRef indicates that the element should be included in configuration reference but that the description should be extracted from bean class target and its targetElement (method or field).
JAXBUnmarshallable
          A mechanism to notify an XML element that the JAXB parser has willUnmarshall it
 

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
JAXBUnmarshallable
          A mechanism to notify an XML element that the JAXB parser has willUnmarshall it
 

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.
ConfigurationDoc
          Configuration bean element annotated with @ConfigurationDoc indicates that the element should be included in configuration reference.
ConfigurationDocRef
          Configuration bean element annotated with @ConfigurationDocRef indicates that the element should be included in configuration reference but that the description should be extracted from bean class target and its targetElement (method or field).
Dynamic
          Annotation that marks fields in Configuration as being modifiable even after the cache has started.
JAXBUnmarshallable
          A mechanism to notify an XML element that the JAXB parser has willUnmarshall it
 

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
JAXBUnmarshallable
          A mechanism to notify an XML element that the JAXB parser has willUnmarshall it
 

Classes in org.infinispan.config used by org.infinispan.loaders.jdbc
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
JAXBUnmarshallable
          A mechanism to notify an XML element that the JAXB parser has willUnmarshall it
 

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
JAXBUnmarshallable
          A mechanism to notify an XML element that the JAXB parser has willUnmarshall it
 

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
JAXBUnmarshallable
          A mechanism to notify an XML element that the JAXB parser has willUnmarshall it
 

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
JAXBUnmarshallable
          A mechanism to notify an XML element that the JAXB parser has willUnmarshall it
 

Classes in org.infinispan.config used by org.infinispan.loaders.remote
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
JAXBUnmarshallable
          A mechanism to notify an XML element that the JAXB parser has willUnmarshall it
 

Classes in org.infinispan.config used by org.infinispan.loaders.remote.logging
ConfigurationException
          An exception that represents an error in the configuration.
 

Classes in org.infinispan.config used by org.infinispan.lucene.cachestore
ConfigurationBeanVisitor
          ConfigurationBeanVisitor implementations are passed through InfinispanConfiguration object tree visiting each configuration element of InfinispanConfiguration instance.
 

Classes in org.infinispan.config used by org.infinispan.manager
Configuration
          Deprecated. This class is deprecated. Use Configuration instead.
GlobalConfiguration
          Deprecated. This class is deprecated. Use GlobalConfiguration instead.
 

Classes in org.infinispan.config used by org.infinispan.transaction.lookup
Configuration
          Deprecated. This class is deprecated. Use Configuration instead.
 


Infinispan Distribution 5.2.6.Final-redhat-2

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