|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
org.infinispan.tools.doclet.config |
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
Encapsulates the configuration of a Cache. |
static class |
Configuration.AsyncType
If this element is present, all communications are asynchronous, in that whenever a thread sends a message sent over the wire, it does not wait for an acknowledgment before returning. |
static class |
Configuration.ClusteringType
Defines clustered characteristics of the cache. |
static class |
Configuration.CustomInterceptorsType
Configures custom interceptors to be added to the cache. |
static class |
Configuration.DataContainerType
This element controls the data container for the cache. |
static class |
Configuration.DeadlockDetectionType
This element configures deadlock detection. |
static class |
Configuration.EvictionType
This element controls the eviction settings for the cache. |
static class |
Configuration.ExpirationType
This element controls the default expiration settings for entries in the cache. |
static class |
Configuration.HashType
Allows fine-tuning of rehashing characteristics. |
static class |
Configuration.InvocationBatching
Defines whether invocation batching is allowed in this cache instance, and sets up internals accordingly to allow use of this API. |
static class |
Configuration.JmxStatistics
This element specifies whether cache statistics are gathered and reported via JMX. |
static class |
Configuration.L1Type
This element configures the L1 cache behavior in 'distributed' caches instances. |
static class |
Configuration.LazyDeserialization
Deprecated. |
static class |
Configuration.LockingType
Defines the local, in-VM locking and concurrency characteristics of the cache. |
static class |
Configuration.QueryConfigurationBean
Configures indexing of entries in the cache for searching. |
static class |
Configuration.RecoveryType
|
static class |
Configuration.StateRetrievalType
Configures how state is retrieved when a new cache joins the cluster. |
static class |
Configuration.StoreAsBinary
A mechanism by which data is stored as a binary byte array. |
static class |
Configuration.SyncType
If this element is present, all communications are synchronous, in that whenever a thread sends a message sent over the wire, it blocks until it receives an acknowledgment from the recipient. |
static class |
Configuration.TransactionType
Defines transactional (JTA) characteristics of the cache. |
static class |
Configuration.UnsafeType
Allows you to tune various unsafe or non-standard characteristics. |
class |
CustomInterceptorConfig
Holds information about the custom interceptors defined in the configuration file. |
class |
GlobalConfiguration
Configuration component that encapsulates the global configuration. |
static class |
GlobalConfiguration.AdvancedExternalizersType
Configures custom marshallers. |
static class |
GlobalConfiguration.GlobalJmxStatisticsType
This element specifies whether global statistics are gathered and reported via JMX for all caches under this cache manager. |
static class |
GlobalConfiguration.SerializationType
Serialization and marshalling settings. |
static class |
GlobalConfiguration.ShutdownType
This element specifies behavior when the JVM running the cache instance shuts down. |
static class |
GlobalConfiguration.TransportType
This element configures the transport used for network communications across the cluster. |
class |
InfinispanConfiguration
InfinispanConfiguration encapsulates root component of Infinispan XML configuration. |
Fields in org.infinispan.config with annotations of type ConfigurationDoc | |
---|---|
protected Long |
GlobalConfiguration.TransportType.distributedSyncTimeout
|
protected Boolean |
Configuration.BooleanAttributeType.enabled
|
protected String |
GlobalConfiguration.ExecutorFactoryType.factory
|
protected String |
GlobalConfiguration.ScheduledExecutorFactoryType.factory
|
protected String |
Configuration.name
|
protected Long |
Configuration.HashType.rehashWait
|
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. |
Uses of ConfigurationDoc in org.infinispan.tools.doclet.config |
---|
Methods in org.infinispan.tools.doclet.config with parameters of type ConfigurationDoc | |
---|---|
protected void |
AbstractConfigHtmlGenerator.extractConfigurationDocComments(AnnotatedElement e,
Map<String,String> m,
ConfigurationDoc cd)
|
|
--> |