Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Class
org.infinispan.config.ConfigurationDoc

Packages that use ConfigurationDoc
org.infinispan.config Cache configuration beans and parsers. 
org.infinispan.loaders This package contains loaders and stores, which are used for overflow or persistence. 
org.infinispan.loaders.decorators This package contains loaders and stores, which are used for overflow or persistence. 
 

Uses of ConfigurationDoc in org.infinispan.config
 

Classes in org.infinispan.config with annotations of type ConfigurationDoc
 class AdvancedExternalizerConfig
          Defines custom Externalizers to be registered with marshalling framework
 class CacheLoaderManagerConfig
          Holds the configuration of the cache loader chain.
 class Configuration
          Deprecated. This class is deprecated. Use Configuration instead.
static class Configuration.AsyncType
          Deprecated. 
static class Configuration.ClusteringType
          Deprecated. 
static class Configuration.CustomInterceptorsType
          Deprecated. 
static class Configuration.DataContainerType
          Deprecated. 
static class Configuration.DeadlockDetectionType
          Deprecated. 
static class Configuration.EvictionType
          Deprecated. 
static class Configuration.ExpirationType
          Deprecated. 
static class Configuration.HashType
          Deprecated. 
static class Configuration.InvocationBatching
          Deprecated. 
static class Configuration.JmxStatistics
          Deprecated. 
static class Configuration.L1Type
          Deprecated. 
static class Configuration.LazyDeserialization
          Deprecated. 
static class Configuration.LockingType
          Deprecated. 
static class Configuration.QueryConfigurationBean
          Deprecated. 
static class Configuration.RecoveryType
          Deprecated. 
static class Configuration.StateRetrievalType
          Deprecated. 
static class Configuration.StoreAsBinary
          Deprecated. 
static class Configuration.SyncType
          Deprecated. 
static class Configuration.TransactionType
          Deprecated. 
static class Configuration.UnsafeType
          Deprecated. 
static class Configuration.VersioningConfigurationBean
          Deprecated. 
 class CustomInterceptorConfig
          Holds information about the custom interceptors defined in the configuration file.
 class GlobalConfiguration
          Deprecated. This class is deprecated. Use GlobalConfiguration instead.
static class GlobalConfiguration.AdvancedExternalizersType
          Deprecated. 
static class GlobalConfiguration.GlobalJmxStatisticsType
          Deprecated. 
static class GlobalConfiguration.SerializationType
          Deprecated. 
static class GlobalConfiguration.ShutdownType
          Deprecated. 
static class GlobalConfiguration.TransportType
          Deprecated. 
 class GrouperConfiguration
           
 class GroupsConfiguration
           
 class InfinispanConfiguration
          Deprecated. Use ParserRegistry instead
 

Fields in org.infinispan.config with annotations of type ConfigurationDoc
protected  Long GlobalConfiguration.TransportType.distributedSyncTimeout
          Deprecated.  
protected  Boolean Configuration.BooleanAttributeType.enabled
          Deprecated.  
protected  String GlobalConfiguration.ExecutorFactoryType.factory
          Deprecated.  
protected  String GlobalConfiguration.ScheduledExecutorFactoryType.factory
          Deprecated.  
protected  String Configuration.name
          Deprecated.  
protected  Long Configuration.HashType.rehashWait
          Deprecated.  
 

Uses of ConfigurationDoc in org.infinispan.loaders
 

Classes in org.infinispan.loaders with annotations of type ConfigurationDoc
 class AbstractCacheStoreConfig
          Configures AbstractCacheStore.
 

Uses of ConfigurationDoc in org.infinispan.loaders.decorators
 

Classes in org.infinispan.loaders.decorators with annotations of type ConfigurationDoc
 class AsyncStoreConfig
          Configuration for the async cache loader.
 class SingletonStoreConfig
          SingletonStore is a delegating cache store used for situations when only one instance in a cluster should interact with the underlying store.
 


Infinispan Distribution 5.2.6.Final-redhat-2

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