Package org.infinispan.config

Cache configuration beans and parsers.

See:
          Description

Interface Summary
CloneableConfigurationComponent Interface for all configurable components
ConfigurationBeanVisitor ConfigurationBeanVisitor implementations are passed through InfinispanConfiguration object tree visiting each configuration element of InfinispanConfiguration instance.
ConfigurationRegistry A registry for Configurations.
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.ExecutorFactoryConfig<T> Deprecated.
FluentGlobalConfiguration.GlobalJmxStatisticsConfig Deprecated.
FluentGlobalConfiguration.SerializationConfig Deprecated.
FluentGlobalConfiguration.ShutdownConfig Deprecated.
FluentGlobalConfiguration.TransportConfig Deprecated.
JAXBUnmarshallable A mechanism to notify an XML element that the JAXB parser has willUnmarshall it
 

Class Summary
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.
Configuration Deprecated. This class is deprecated.
Configuration.AsyncType Deprecated.
Configuration.BooleanAttributeType Deprecated.
Configuration.ClusteringType Deprecated.
Configuration.ClusteringTypeAdapter Deprecated.
Configuration.CustomInterceptorPositionType 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.
ConfigurationValidatingVisitor Deprecated. Belongs to old configuration and so will dissapear in future releases
CustomInterceptorConfig Holds information about the custom interceptors defined in the configuration file.
DelegatingConfigurationVisitor DelegatingConfigurationVisitor wraps a list of ConfigurationBeanVisitor visitors and delegates visitor callbacks to all delegates in the list.
FluentConfiguration Deprecated.
FluentGlobalConfiguration Deprecated.
GlobalConfiguration Deprecated. This class is deprecated.
GlobalConfiguration.AdvancedExternalizersType Deprecated.
GlobalConfiguration.ExecutorFactoryType Deprecated.
GlobalConfiguration.FactoryClassWithPropertiesType  
GlobalConfiguration.GlobalJmxStatisticsType Deprecated.
GlobalConfiguration.ScheduledExecutorFactoryType Deprecated.
GlobalConfiguration.SerializationType Deprecated.
GlobalConfiguration.ShutdownType Deprecated.
GlobalConfiguration.TransportType Deprecated.
GrouperConfiguration  
GroupsConfiguration  
InfinispanConfiguration Deprecated. Use Parser instead
OverrideConfigurationVisitor OverrideConfigurationVisitor breaks down fields of Configuration object to individual components and then compares them for field updates.
TimeoutConfigurationValidatingVisitor TimeoutConfigurationValidatingVisitor checks transport related timeout relationships of InfinispanConfiguration instance.
TypedPropertiesAdapter TypedPropertiesAdapter is JAXB XmlAdapter for TypedProperties.
 

Enum Summary
Configuration.CacheMode Deprecated.
GlobalConfiguration.ShutdownHookBehavior Deprecated.
 

Exception Summary
ConfigurationException An exception that represents an error in the configuration.
DuplicateCacheNameException Thrown if a duplicate named cache is detected
 

Annotation Types Summary
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
Dynamic Annotation that marks fields in Configuration as being modifiable even after the cache has started.
 

Package org.infinispan.config Description

Cache configuration beans and parsers. Need @XmlSchema annotation in order to classify all JAXB created schema elements in appropriate XML namespace


-->

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