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.batch Support for batching calls using the Cache.startBatch() and Cache.endBatch(boolean) API. 
org.infinispan.client.hotrod   
org.infinispan.client.hotrod.impl   
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.commands.control Commands that control and coordinate certain cache operations, such as rehashing, state transfer and locking. 
org.infinispan.commands.remote Meta-commands that wrap other commands for remote execution. 
org.infinispan.commands.tx Commands that represent transactional lifecycle transitions. 
org.infinispan.commands.write Commands that alter the state of the cache. 
org.infinispan.config Cache configuration beans and parsers. 
org.infinispan.config.parsing   
org.infinispan.container Data containers which store cache entries. 
org.infinispan.distribution Classes relating to the distributed cache mode. 
org.infinispan.distribution.ch   
org.infinispan.eviction Classes related to eviction. 
org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration. 
org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container. 
org.infinispan.interceptors.base Base interceptors containing common, reusable behavior. 
org.infinispan.jmx Helpers that allow easy exposure of attributes and operations via JMX. 
org.infinispan.lifecycle Component lifecycle. 
org.infinispan.loaders This package contains loaders and stores, which are used for overflow or persistence. 
org.infinispan.loaders.bdbje This package contains a CacheStore implementation based on Oracle's BDBJE storage engine. 
org.infinispan.loaders.cassandra This package contains a CacheStore implementation based on persisting to Apache Cassandra 
org.infinispan.loaders.cloud This package contains a CacheStore implementation based on JClouds, which in turn is an abstraction layer to store data on cloud infrastructure providers such as Amazon's S3, RackspaceCloud's CloudFiles, Microsoft's Windows Azure Blob Storage API, and others. 
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.jdbm This package contains a CacheStore implementation based on persisting to JDBM. 
org.infinispan.loaders.remote   
org.infinispan.manager Cache manager package 
org.infinispan.marshall Infinispan makes use of custom marshalling to serialize and deserialize state wherever possible, rather than falling back to the JDK to do this. 
org.infinispan.marshall.jboss Hooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals. 
org.infinispan.query.impl   
org.infinispan.remoting Remote communication between cache instances. 
org.infinispan.remoting.rpc Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances. 
org.infinispan.remoting.transport Transports handle the low-level networking, used by the remoting components. 
org.infinispan.statetransfer Transfer of state to new caches in a cluster. 
org.infinispan.tools.doclet.config   
org.infinispan.transaction JTA transaction support. 
org.infinispan.transaction.xa XA transaction support. 
org.infinispan.tree This package contains the TreeCache. 
org.infinispan.util.concurrent.locks Lock and synchronization related classes, tools and utilities. 
 

Classes in org.infinispan.config used by org.infinispan
Configuration
          Encapsulates the configuration of a Cache.
 

Classes in org.infinispan.config used by org.infinispan.batch
Configuration
          Encapsulates the configuration of a Cache.
 

Classes in org.infinispan.config used by org.infinispan.client.hotrod
Configuration
          Encapsulates the configuration of a Cache.
 

Classes in org.infinispan.config used by org.infinispan.client.hotrod.impl
Configuration
          Encapsulates the configuration of a Cache.
 

Classes in org.infinispan.config used by org.infinispan.commands
Configuration
          Encapsulates the configuration of a Cache.
 

Classes in org.infinispan.config used by org.infinispan.commands.control
Configuration
          Encapsulates the configuration of a Cache.
 

Classes in org.infinispan.config used by org.infinispan.commands.remote
Configuration
          Encapsulates the configuration of a Cache.
 

Classes in org.infinispan.config used by org.infinispan.commands.tx
Configuration
          Encapsulates the configuration of a Cache.
 

Classes in org.infinispan.config used by org.infinispan.commands.write
Configuration
          Encapsulates the configuration of a Cache.
 

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 .
CacheLoaderManagerConfig
          Holds the configuration of the cache loader chain.
CloneableConfigurationComponent
          Interface for all configurable components
Configuration
          Encapsulates the configuration of a Cache.
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.
Configuration.BooleanAttributeType
           
Configuration.CacheMode
          Cache replication mode.
Configuration.ClusteringType
          Defines clustered characteristics of the cache.
Configuration.CustomInterceptorsType
          Configures custom interceptors to be added to the cache.
Configuration.DataContainerType
          This element controls the data container for the cache.
Configuration.DeadlockDetectionType
          This element configures deadlock detection.
Configuration.EvictionType
          This element controls the eviction settings for the cache.
Configuration.ExpirationType
          This element controls the default expiration settings for entries in the cache.
Configuration.HashType
          Allows fine-tuning of rehashing characteristics.
Configuration.InvocationBatching
          Defines whether invocation batching is allowed in this cache instance, and sets up internals accordingly to allow use of this API.
Configuration.JmxStatistics
          This element specifies whether cache statistics are gathered and reported via JMX.
Configuration.L1Type
          This element configures the L1 cache behavior in 'distributed' caches instances.
Configuration.LazyDeserialization
          A mechanism by which serialization and deserialization of objects is deferred till the point in time in which they are used and needed.
Configuration.LockingType
          Defines the local, in-VM locking and concurrency characteristics of the cache.
Configuration.QueryConfigurationBean
          Configures indexing of entries in the cache for searching.
Configuration.RecoveryType
           
Configuration.StateRetrievalType
          Configures how state is retrieved when a new cache joins the cluster.
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.
Configuration.TransactionType
          Defines transactional (JTA) characteristics of the cache.
Configuration.UnsafeType
          Allows you to tune various unsafe or non-standard characteristics.
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.
ExternalizerConfig
          Defines custom Externalizers to be registered with marshalling framework
FluentConfiguration
          Fluent configuration base class.
FluentConfiguration.AsyncConfig
          If configured 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.
FluentConfiguration.ClusteringConfig
          Defines clustered characteristics of the cache.
FluentConfiguration.CustomInterceptorCumulator
          Enables addition of several customer interceptors
FluentConfiguration.CustomInterceptorPosition
          Configures the location of a specific custom interceptor
FluentConfiguration.CustomInterceptorsConfig
          Configures custom interceptors to be added to the cache.
FluentConfiguration.DataContainerConfig
           
FluentConfiguration.DeadlockDetectionConfig
          Configures deadlock detection.
FluentConfiguration.EvictionConfig
          Controls the eviction settings for the cache.
FluentConfiguration.ExpirationConfig
          Controls the default expiration settings for entries in the cache.
FluentConfiguration.HashConfig
          Allows fine-tuning of rehashing characteristics.
FluentConfiguration.IndexingConfig
          Configures indexing of entries in the cache for searching.
FluentConfiguration.InvocationBatchingConfig
           
FluentConfiguration.JmxStatisticsConfig
           
FluentConfiguration.L1Config
          Configures the L1 cache behavior in 'distributed' caches instances.
FluentConfiguration.LazyDeserializationConfig
           
FluentConfiguration.LoadersConfig
          Holds the configuration for cache loaders and stores.
FluentConfiguration.LockingConfig
          Defines the local, in-VM locking and concurrency characteristics of the cache.
FluentConfiguration.RecoveryConfig
          Defines recovery configuration for the cache.
FluentConfiguration.StateRetrievalConfig
          Configures how state is retrieved when a new cache joins the cluster.
FluentConfiguration.SyncConfig
          If configured 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.
FluentConfiguration.TransactionConfig
          Defines transactional (JTA) characteristics of the cache.
FluentConfiguration.UnsafeConfig
           
FluentGlobalConfiguration
          Fluent global configuration base class.
FluentGlobalConfiguration.ExecutorFactoryConfig
          Configures executor factory.
FluentGlobalConfiguration.GlobalJmxStatisticsConfig
          Configures whether global statistics are gathered and reported via JMX for all caches under this cache manager.
FluentGlobalConfiguration.SerializationConfig
          Configures serialization and marshalling settings.
FluentGlobalConfiguration.ShutdownConfig
           
FluentGlobalConfiguration.TransportConfig
          Configures the transport used for network communications across the cluster.
GlobalConfiguration
          Configuration component that encapsulates the global configuration.
GlobalConfiguration.ExecutorFactoryType
           
GlobalConfiguration.ExternalizersType
          Configures custom marshallers.
GlobalConfiguration.FactoryClassWithPropertiesType
           
GlobalConfiguration.GlobalJmxStatisticsType
          This element specifies whether global statistics are gathered and reported via JMX for all caches under this cache manager.
GlobalConfiguration.ScheduledExecutorFactoryType
           
GlobalConfiguration.SerializationType
          Serialization and marshalling settings.
GlobalConfiguration.ShutdownHookBehavior
          Behavior of the JVM shutdown hook registered by the cache
GlobalConfiguration.ShutdownType
          This element specifies behavior when the JVM running the cache instance shuts down.
GlobalConfiguration.TransportType
          This element configures the transport used for network communications across the cluster.
InfinispanConfiguration
          InfinispanConfiguration encapsulates root component of Infinispan XML configuration.
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
          Encapsulates the configuration of a Cache.
ConfigurationException
          An exception that represents an error in the configuration.
GlobalConfiguration
          Configuration component that encapsulates the global configuration.
 

Classes in org.infinispan.config used by org.infinispan.container
Configuration
          Encapsulates the configuration of a Cache.
 

Classes in org.infinispan.config used by org.infinispan.distribution
Configuration
          Encapsulates the configuration of a Cache.
 

Classes in org.infinispan.config used by org.infinispan.distribution.ch
Configuration
          Encapsulates the configuration of a Cache.
 

Classes in org.infinispan.config used by org.infinispan.eviction
Configuration
          Encapsulates the configuration of a Cache.
 

Classes in org.infinispan.config used by org.infinispan.factories
Configuration
          Encapsulates the configuration of a Cache.
ConfigurationException
          An exception that represents an error in the configuration.
GlobalConfiguration
          Configuration component that encapsulates the global configuration.
 

Classes in org.infinispan.config used by org.infinispan.interceptors
Configuration
          Encapsulates the configuration of a Cache.
 

Classes in org.infinispan.config used by org.infinispan.interceptors.base
Configuration
          Encapsulates the configuration of a Cache.
 

Classes in org.infinispan.config used by org.infinispan.jmx
GlobalConfiguration
          Configuration component that encapsulates the global configuration.
 

Classes in org.infinispan.config used by org.infinispan.lifecycle
Configuration
          Encapsulates the configuration of a Cache.
GlobalConfiguration
          Configuration component that encapsulates the global configuration.
 

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
Configuration
          Encapsulates the configuration of a Cache.
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.bdbje
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.cassandra
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.cloud
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.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.jdbm
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.manager
Configuration
          Encapsulates the configuration of a Cache.
GlobalConfiguration
          Configuration component that encapsulates the global configuration.
 

Classes in org.infinispan.config used by org.infinispan.marshall
GlobalConfiguration
          Configuration component that encapsulates the global configuration.
 

Classes in org.infinispan.config used by org.infinispan.marshall.jboss
GlobalConfiguration
          Configuration component that encapsulates the global configuration.
 

Classes in org.infinispan.config used by org.infinispan.query.impl
Configuration
          Encapsulates the configuration of a Cache.
 

Classes in org.infinispan.config used by org.infinispan.remoting
Configuration
          Encapsulates the configuration of a Cache.
GlobalConfiguration
          Configuration component that encapsulates the global configuration.
 

Classes in org.infinispan.config used by org.infinispan.remoting.rpc
Configuration
          Encapsulates the configuration of a Cache.
 

Classes in org.infinispan.config used by org.infinispan.remoting.transport
GlobalConfiguration
          Configuration component that encapsulates the global configuration.
 

Classes in org.infinispan.config used by org.infinispan.statetransfer
Configuration
          Encapsulates the configuration of a Cache.
 

Classes in org.infinispan.config used by org.infinispan.tools.doclet.config
ConfigurationDoc
          Configuration bean element annotated with @ConfigurationDoc indicates that the element should be included in configuration reference.
 

Classes in org.infinispan.config used by org.infinispan.transaction
Configuration
          Encapsulates the configuration of a Cache.
 

Classes in org.infinispan.config used by org.infinispan.transaction.xa
Configuration
          Encapsulates the configuration of a Cache.
 

Classes in org.infinispan.config used by org.infinispan.tree
Configuration
          Encapsulates the configuration of a Cache.
GlobalConfiguration
          Configuration component that encapsulates the global configuration.
 

Classes in org.infinispan.config used by org.infinispan.util.concurrent.locks
Configuration
          Encapsulates the configuration of a Cache.
 


-->

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