Package | Description |
---|---|
org.infinispan.cache.impl | |
org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
org.infinispan.commands.module | |
org.infinispan.configuration.global |
EmbeddedCacheManager configuration |
org.infinispan.container |
Data containers which store cache entries.
|
org.infinispan.container.versioning | |
org.infinispan.context |
Contexts contain information of a specific invocation on the cache, such as its origins, scope
(transactional or non-transactional), as well as invocation-specific flags.
|
org.infinispan.distexec.mapreduce |
Map/Reduce APIs
|
org.infinispan.distribution.ch.impl | |
org.infinispan.distribution.group |
Groups allow keys with differeing hash codes to be co-located on the same node.
|
org.infinispan.distribution.impl | |
org.infinispan.eviction |
Classes related to eviction.
|
org.infinispan.eviction.impl | |
org.infinispan.expiration.impl | |
org.infinispan.factories |
Factories are internal components used to create other components based on a cache's
configuration.
|
org.infinispan.filter |
Provides capabilities around filtering and converting entries that are found in the cache or cache store/loader.
|
org.infinispan.globalstate.impl | |
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.compat | |
org.infinispan.interceptors.distribution | |
org.infinispan.interceptors.locking | |
org.infinispan.interceptors.totalorder | |
org.infinispan.interceptors.xsite | |
org.infinispan.iteration.impl |
Provides Infinispan-specific implementation details iterating over entries in the cache, specifically optimized for
distributed caches.
|
org.infinispan.jmx |
Helpers that allow easy exposure of attributes and operations via JMX.
|
org.infinispan.manager |
Cache manager package
|
org.infinispan.manager.impl | |
org.infinispan.marshall.core | |
org.infinispan.notifications.cachelistener.cluster | |
org.infinispan.notifications.cachelistener.cluster.impl | |
org.infinispan.notifications.cachelistener.filter |
Cache -specific notifications and eventing filtering classes. |
org.infinispan.notifications.cachemanagerlistener |
CacheManager -specific notifications and eventing. |
org.infinispan.notifications.impl | |
org.infinispan.partitionhandling.impl | |
org.infinispan.persistence.manager | |
org.infinispan.registry.impl | |
org.infinispan.remoting |
Remote communication between cache instances.
|
org.infinispan.remoting.inboundhandler | |
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.remoting.transport.jgroups |
A transport implementation based on JGroups.
|
org.infinispan.security.impl | |
org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
org.infinispan.stats.impl | |
org.infinispan.stream.impl | |
org.infinispan.topology | |
org.infinispan.transaction.impl | |
org.infinispan.transaction.lookup |
Interfaces and implementations of lookup classes to locate and/or instantiate JTA
TransactionManager s. |
org.infinispan.transaction.totalorder | |
org.infinispan.transaction.xa |
XA transaction support.
|
org.infinispan.transaction.xa.recovery | |
org.infinispan.upgrade | |
org.infinispan.util |
General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and
collections and containers designed to supplement the JDK-provided containers.
|
org.infinispan.util.concurrent.locks |
Lock and synchronization related classes, tools and utilities.
|
org.infinispan.util.concurrent.locks.impl | |
org.infinispan.xsite | |
org.infinispan.xsite.statetransfer |
Class and Description |
---|
ComponentName
Mechanism for specifying the name of components to retrieve
|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
SurvivesRestarts
This annotation is used for components that will be registered in the
ComponentRegistry ,
that are meant to be retained in the component registry even after the component registry is stopped. |
Class and Description |
---|
ComponentName
Mechanism for specifying the name of components to retrieve
|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Start
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache starts.
|
Class and Description |
---|
SurvivesRestarts
This annotation is used for components that will be registered in the
ComponentRegistry ,
that are meant to be retained in the component registry even after the component registry is stopped. |
Class and Description |
---|
SurvivesRestarts
This annotation is used for components that will be registered in the
ComponentRegistry ,
that are meant to be retained in the component registry even after the component registry is stopped. |
Class and Description |
---|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Start
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache starts.
|
Stop
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache stops.
|
Class and Description |
---|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Start
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache starts.
|
Class and Description |
---|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Stop
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache stops.
|
SurvivesRestarts
This annotation is used for components that will be registered in the
ComponentRegistry ,
that are meant to be retained in the component registry even after the component registry is stopped. |
Class and Description |
---|
ComponentName
Mechanism for specifying the name of components to retrieve
|
DefaultFactoryFor
An annotation that is used internally, for defining a DEFAULT factory to be used when constructing components.
|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Class and Description |
---|
DefaultFactoryFor
An annotation that is used internally, for defining a DEFAULT factory to be used when constructing components.
|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Class and Description |
---|
DefaultFactoryFor
An annotation that is used internally, for defining a DEFAULT factory to be used when constructing components.
|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Class and Description |
---|
ComponentName
Mechanism for specifying the name of components to retrieve
|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Start
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache starts.
|
Stop
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache stops.
|
Class and Description |
---|
Stop
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache stops.
|
Class and Description |
---|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Start
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache starts.
|
SurvivesRestarts
This annotation is used for components that will be registered in the
ComponentRegistry ,
that are meant to be retained in the component registry even after the component registry is stopped. |
Class and Description |
---|
ComponentName
Mechanism for specifying the name of components to retrieve
|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Start
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache starts.
|
Stop
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache stops.
|
Class and Description |
---|
DefaultFactoryFor
An annotation that is used internally, for defining a DEFAULT factory to be used when constructing components.
|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Stop
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache stops.
|
SurvivesRestarts
This annotation is used for components that will be registered in the
ComponentRegistry ,
that are meant to be retained in the component registry even after the component registry is stopped. |
Class and Description |
---|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Class and Description |
---|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Start
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache starts.
|
Stop
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache stops.
|
Class and Description |
---|
ComponentName
Mechanism for specifying the name of components to retrieve
|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Start
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache starts.
|
Class and Description |
---|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Start
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache starts.
|
Stop
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache stops.
|
Class and Description |
---|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Class and Description |
---|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Start
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache starts.
|
Class and Description |
---|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Start
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache starts.
|
Class and Description |
---|
ComponentName
Mechanism for specifying the name of components to retrieve
|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Class and Description |
---|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Class and Description |
---|
ComponentName
Mechanism for specifying the name of components to retrieve
|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Start
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache starts.
|
Class and Description |
---|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Start
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache starts.
|
Stop
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache stops.
|
SurvivesRestarts
This annotation is used for components that will be registered in the
ComponentRegistry ,
that are meant to be retained in the component registry even after the component registry is stopped. |
Class and Description |
---|
SurvivesRestarts
This annotation is used for components that will be registered in the
ComponentRegistry ,
that are meant to be retained in the component registry even after the component registry is stopped. |
Class and Description |
---|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Class and Description |
---|
ComponentName
Mechanism for specifying the name of components to retrieve
|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Start
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache starts.
|
Stop
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache stops.
|
Class and Description |
---|
DefaultFactoryFor
An annotation that is used internally, for defining a DEFAULT factory to be used when constructing components.
|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Class and Description |
---|
Start
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache starts.
|
SurvivesRestarts
This annotation is used for components that will be registered in the
ComponentRegistry ,
that are meant to be retained in the component registry even after the component registry is stopped. |
Class and Description |
---|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Class and Description |
---|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
SurvivesRestarts
This annotation is used for components that will be registered in the
ComponentRegistry ,
that are meant to be retained in the component registry even after the component registry is stopped. |
Class and Description |
---|
Start
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache starts.
|
Stop
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache stops.
|
Class and Description |
---|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Start
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache starts.
|
Class and Description |
---|
ComponentName
Mechanism for specifying the name of components to retrieve
|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Start
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache starts.
|
Stop
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache stops.
|
SurvivesRestarts
This annotation is used for components that will be registered in the
ComponentRegistry ,
that are meant to be retained in the component registry even after the component registry is stopped. |
Class and Description |
---|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Stop
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache stops.
|
Class and Description |
---|
ComponentName
Mechanism for specifying the name of components to retrieve
|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Start
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache starts.
|
Stop
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache stops.
|
Class and Description |
---|
ComponentName
Mechanism for specifying the name of components to retrieve
|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Class and Description |
---|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Class and Description |
---|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Start
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache starts.
|
Stop
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache stops.
|
Class and Description |
---|
ComponentName
Mechanism for specifying the name of components to retrieve
|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Class and Description |
---|
DefaultFactoryFor
An annotation that is used internally, for defining a DEFAULT factory to be used when constructing components.
|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Class and Description |
---|
ComponentName
Mechanism for specifying the name of components to retrieve
|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Start
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache starts.
|
Stop
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache stops.
|
Class and Description |
---|
DefaultFactoryFor
An annotation that is used internally, for defining a DEFAULT factory to be used when constructing components.
|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Start
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache starts.
|
Stop
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache stops.
|
SurvivesRestarts
This annotation is used for components that will be registered in the
ComponentRegistry ,
that are meant to be retained in the component registry even after the component registry is stopped. |
Class and Description |
---|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Start
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache starts.
|
Class and Description |
---|
ComponentName
Mechanism for specifying the name of components to retrieve
|
DefaultFactoryFor
An annotation that is used internally, for defining a DEFAULT factory to be used when constructing components.
|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Start
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache starts.
|
Stop
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache stops.
|
Class and Description |
---|
ComponentName
Mechanism for specifying the name of components to retrieve
|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Start
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache starts.
|
Class and Description |
---|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Class and Description |
---|
ComponentName
Mechanism for specifying the name of components to retrieve
|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Class and Description |
---|
ComponentName
Mechanism for specifying the name of components to retrieve
|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Start
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache starts.
|
Class and Description |
---|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Class and Description |
---|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
SurvivesRestarts
This annotation is used for components that will be registered in the
ComponentRegistry ,
that are meant to be retained in the component registry even after the component registry is stopped. |
Class and Description |
---|
Start
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache starts.
|
Stop
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache stops.
|
Class and Description |
---|
Start
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache starts.
|
Stop
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache stops.
|
Class and Description |
---|
ComponentName
Mechanism for specifying the name of components to retrieve
|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Class and Description |
---|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Start
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache starts.
|
Stop
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache stops.
|
Class and Description |
---|
ComponentName
Mechanism for specifying the name of components to retrieve
|
Inject
Used to annotate a method as one that is used to inject a registered component into another component.
|
Start
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache starts.
|
Stop
Method level annotation that indicates a (no-param) method to be called on a component registered in the
ComponentRegistry when the cache stops.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.