| Package | Description |
|---|---|
| org.hibernate.cache.infinispan | |
| org.hibernate.cache.infinispan.timestamp | |
| org.hibernate.cache.infinispan.util | |
| 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.cacheviews | |
| 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.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.configuration.cache |
Classes related to eviction.
|
| org.infinispan.configuration.global | |
| 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.interceptors.locking | |
| 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.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.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.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.transaction |
JTA transaction support.
|
| org.infinispan.transaction.lookup |
Interfaces and implementations of lookup classes to locate and/or instantiate JTA
TransactionManagers. |
| org.infinispan.transaction.synchronization | |
| org.infinispan.transaction.xa |
XA transaction support.
|
| org.infinispan.util.concurrent.locks |
Lock and synchronization related classes, tools and utilities.
|
| Class and Description |
|---|
| Configuration
Deprecated.
This class is deprecated. Use
Configuration instead. |
| Class and Description |
|---|
| Configuration
Deprecated.
This class is deprecated. Use
Configuration instead. |
| Class and Description |
|---|
| Configuration
Deprecated.
This class is deprecated. Use
Configuration instead. |
| Class and Description |
|---|
| Configuration
Deprecated.
This class is deprecated. Use
Configuration instead. |
| Class and Description |
|---|
| Configuration
Deprecated.
This class is deprecated. Use
Configuration instead. |
| Class and Description |
|---|
| GlobalConfiguration
Deprecated.
This class is deprecated. Use
GlobalConfiguration instead. |
| Class and Description |
|---|
| Configuration
Deprecated.
This class is deprecated. Use
Configuration instead. |
| Class and Description |
|---|
| Configuration
Deprecated.
This class is deprecated. Use
Configuration instead. |
| Class and Description |
|---|
| Configuration
Deprecated.
This class is deprecated. Use
Configuration instead. |
| Class and Description |
|---|
| Configuration
Deprecated.
This class is deprecated. Use
Configuration instead. |
| Class and Description |
|---|
| Configuration
Deprecated.
This class is deprecated. Use
Configuration instead. |
| ConfigurationException
An exception that represents an error in the configuration.
|
| GlobalConfiguration
Deprecated.
This class is deprecated. Use
GlobalConfiguration instead. |
| Class and Description |
|---|
| Configuration
Deprecated.
This class is deprecated. Use
Configuration instead. |
| Class and Description |
|---|
| GlobalConfiguration
Deprecated.
This class is deprecated. Use
GlobalConfiguration instead. |
| Class and Description |
|---|
| Configuration
Deprecated.
This class is deprecated. Use
Configuration instead. |
| Class and Description |
|---|
| Configuration
Deprecated.
This class is deprecated. Use
Configuration instead. |
| Class and Description |
|---|
| Configuration
Deprecated.
This class is deprecated. Use
Configuration instead. |
| Class and Description |
|---|
| Configuration
Deprecated.
This class is deprecated. Use
Configuration instead. |
| Class and Description |
|---|
| Configuration
Deprecated.
This class is deprecated. Use
Configuration instead. |
| ConfigurationException
An exception that represents an error in the configuration.
|
| GlobalConfiguration
Deprecated.
This class is deprecated. Use
GlobalConfiguration instead. |
| Class and Description |
|---|
| Configuration
Deprecated.
This class is deprecated. Use
Configuration instead. |
| Class and Description |
|---|
| Configuration
Deprecated.
This class is deprecated. Use
Configuration instead. |
| Class and Description |
|---|
| Configuration
Deprecated.
This class is deprecated. Use
Configuration instead. |
| Class and Description |
|---|
| GlobalConfiguration
Deprecated.
This class is deprecated. Use
GlobalConfiguration instead. |
| Class and Description |
|---|
| Configuration
Deprecated.
This class is deprecated. Use
Configuration instead. |
| GlobalConfiguration
Deprecated.
This class is deprecated. Use
GlobalConfiguration instead. |
| Class and Description |
|---|
| 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
Deprecated.
This class is deprecated. Use
Configuration instead. |
| 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
|
| Class and Description |
|---|
| 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
|
| Class and Description |
|---|
| 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
|
| Class and Description |
|---|
| 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
|
| Class and Description |
|---|
| Configuration
Deprecated.
This class is deprecated. Use
Configuration instead. |
| GlobalConfiguration
Deprecated.
This class is deprecated. Use
GlobalConfiguration instead. |
| Class and Description |
|---|
| Configuration
Deprecated.
This class is deprecated. Use
Configuration instead. |
| GlobalConfiguration
Deprecated.
This class is deprecated. Use
GlobalConfiguration instead. |
| Class and Description |
|---|
| GlobalConfiguration
Deprecated.
This class is deprecated. Use
GlobalConfiguration instead. |
| Class and Description |
|---|
| Configuration
Deprecated.
This class is deprecated. Use
Configuration instead. |
| GlobalConfiguration
Deprecated.
This class is deprecated. Use
GlobalConfiguration instead. |
| Class and Description |
|---|
| Configuration
Deprecated.
This class is deprecated. Use
Configuration instead. |
| Class and Description |
|---|
| GlobalConfiguration
Deprecated.
This class is deprecated. Use
GlobalConfiguration instead. |
| Class and Description |
|---|
| Configuration
Deprecated.
This class is deprecated. Use
Configuration instead. |
| Class and Description |
|---|
| Configuration
Deprecated.
This class is deprecated. Use
Configuration instead. |
| Class and Description |
|---|
| Configuration
Deprecated.
This class is deprecated. Use
Configuration instead. |
| Class and Description |
|---|
| Configuration
Deprecated.
This class is deprecated. Use
Configuration instead. |
| Class and Description |
|---|
| Configuration
Deprecated.
This class is deprecated. Use
Configuration instead. |
| Class and Description |
|---|
| Configuration
Deprecated.
This class is deprecated. Use
Configuration instead. |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.