| Class | Description |
|---|---|
| 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 | Description |
|---|---|
| Configuration.CacheMode | Deprecated |
| GlobalConfiguration.ShutdownHookBehavior | Deprecated |
| Exception | Description |
|---|---|
| ConfigurationException |
An exception that represents an error in the configuration.
|
| DuplicateCacheNameException |
Thrown if a duplicate named cache is detected
|
| Annotation Type | Description |
|---|---|
| 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. |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.