|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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.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 JDBM. |
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.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.xa | XA transaction support. |
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.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.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.L1Type
This element configures the L1 cache behavior in 'distributed' caches instances. |
|
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.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. |
|
GlobalConfiguration
Configuration component that encapsulates the global configuration. |
|
GlobalConfiguration.ExecutorFactoryType
|
|
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. |
|
PluggableConfigurationComponent
A configuration component where the implementation class can be specified, and comes with its own set of properties. |
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.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 |
|
PluggableConfigurationComponent
A configuration component where the implementation class can be specified, and comes with its own set of properties. |
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 |
|
PluggableConfigurationComponent
A configuration component where the implementation class can be specified, and comes with its own set of properties. |
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 |
|
PluggableConfigurationComponent
A configuration component where the implementation class can be specified, and comes with its own set of properties. |
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 |
|
PluggableConfigurationComponent
A configuration component where the implementation class can be specified, and comes with its own set of properties. |
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 |
|
PluggableConfigurationComponent
A configuration component where the implementation class can be specified, and comes with its own set of properties. |
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 |
|
PluggableConfigurationComponent
A configuration component where the implementation class can be specified, and comes with its own set of properties. |
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 |
|
PluggableConfigurationComponent
A configuration component where the implementation class can be specified, and comes with its own set of properties. |
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 |
|
PluggableConfigurationComponent
A configuration component where the implementation class can be specified, and comes with its own set of properties. |
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 |
|
PluggableConfigurationComponent
A configuration component where the implementation class can be specified, and comes with its own set of properties. |
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 |
|
PluggableConfigurationComponent
A configuration component where the implementation class can be specified, and comes with its own set of properties. |
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 |
|
PluggableConfigurationComponent
A configuration component where the implementation class can be specified, and comes with its own set of properties. |
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 |
|
PluggableConfigurationComponent
A configuration component where the implementation class can be specified, and comes with its own set of properties. |
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.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.xa | |
---|---|
Configuration
Encapsulates the configuration of a Cache. |
Classes in org.infinispan.config used by org.infinispan.util.concurrent.locks | |
---|---|
Configuration
Encapsulates the configuration of a Cache. |
|
Google Analytics | |||||||||
PREV NEXT | FRAMES NO FRAMES |