Uses of Package
org.infinispan.factories.annotations
-
Packages that use org.infinispan.factories.annotations 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.compat org.infinispan.configuration.global EmbeddedCacheManager
configurationorg.infinispan.conflict.impl This package contains implementations of the conflict resolution API.org.infinispan.container Package that contains the interface describing the underlyling API for storage in Infinispanorg.infinispan.container.impl Data containers which store cache entries.org.infinispan.container.offheap 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.distribution.ch.impl org.infinispan.distribution.group.impl org.infinispan.distribution.impl org.infinispan.encoding 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.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.interceptors.locking Interceptors dealing with locking.org.infinispan.interceptors.totalorder Interceptors dealing with total order.org.infinispan.interceptors.xsite Interceptors dealing with cross-site replication.org.infinispan.jmx Helpers that allow easy exposure of attributes and operations via JMX.org.infinispan.manager Cache manager API.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 Implementations of thePersistenceManager
interface, which define the logic of how infinispan interacts with external stores.org.infinispan.remoting.inboundhandler Handling of inbound commands on remote nodes.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.scattered.impl 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 JTATransactionManager
s.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 Thread-safe containers and other concurrency-related utilities, designed to supplement JDK concurrency utilities and containers.org.infinispan.util.concurrent.locks.impl org.infinispan.xsite org.infinispan.xsite.statetransfer -
Classes in org.infinispan.factories.annotations used by org.infinispan.cache.impl Class 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 theComponentRegistry
, that are meant to be retained in the component registry even after the component registry is stopped. -
Classes in org.infinispan.factories.annotations used by org.infinispan.commands Class 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. -
Classes in org.infinispan.factories.annotations used by org.infinispan.commands.module Class Description SurvivesRestarts This annotation is used for components that will be registered in theComponentRegistry
, that are meant to be retained in the component registry even after the component registry is stopped. -
Classes in org.infinispan.factories.annotations used by org.infinispan.compat Class Description Inject Used to annotate a method as one that is used to inject a registered component into another component. -
Classes in org.infinispan.factories.annotations used by org.infinispan.configuration.global Class Description SurvivesRestarts This annotation is used for components that will be registered in theComponentRegistry
, that are meant to be retained in the component registry even after the component registry is stopped. -
Classes in org.infinispan.factories.annotations used by org.infinispan.conflict.impl Class 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. -
Classes in org.infinispan.factories.annotations used by org.infinispan.container Class 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. -
Classes in org.infinispan.factories.annotations used by org.infinispan.container.impl Class 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. -
Classes in org.infinispan.factories.annotations used by org.infinispan.container.offheap Class 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. -
Classes in org.infinispan.factories.annotations used by org.infinispan.container.versioning Class 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. -
Classes in org.infinispan.factories.annotations used by org.infinispan.context Class 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 theComponentRegistry
, that are meant to be retained in the component registry even after the component registry is stopped. -
Classes in org.infinispan.factories.annotations used by org.infinispan.distribution.ch.impl Class Description DefaultFactoryFor An annotation that is used internally, for defining a DEFAULT factory to be used when constructing components. -
Classes in org.infinispan.factories.annotations used by org.infinispan.distribution.group.impl Class Description DefaultFactoryFor An annotation that is used internally, for defining a DEFAULT factory to be used when constructing components.Start Method level annotation that indicates a (no-param) method to be called on a component registered in the ComponentRegistry when the cache starts. -
Classes in org.infinispan.factories.annotations used by org.infinispan.distribution.impl Class 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. -
Classes in org.infinispan.factories.annotations used by org.infinispan.encoding Class Description Inject Used to annotate a method as one that is used to inject a registered component into another component. -
Classes in org.infinispan.factories.annotations used by org.infinispan.eviction Class 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. -
Classes in org.infinispan.factories.annotations used by org.infinispan.eviction.impl Class 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 theComponentRegistry
, that are meant to be retained in the component registry even after the component registry is stopped. -
Classes in org.infinispan.factories.annotations used by org.infinispan.expiration.impl Class Description ComponentName Mechanism for specifying the name of components to retrieveInject 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. -
Classes in org.infinispan.factories.annotations used by org.infinispan.factories Class 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 theComponentRegistry
, that are meant to be retained in the component registry even after the component registry is stopped. -
Classes in org.infinispan.factories.annotations used by org.infinispan.filter Class Description Inject Used to annotate a method as one that is used to inject a registered component into another component. -
Classes in org.infinispan.factories.annotations used by org.infinispan.globalstate.impl Class Description Inject Used to annotate a method as one that is used to inject a registered component into another component.PostStart Method level annotation that indicates a (no-param) method to be called on a component after theComponentRegistry
has been fully initializedStart 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. -
Classes in org.infinispan.factories.annotations used by org.infinispan.interceptors Class 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. -
Classes in org.infinispan.factories.annotations used by org.infinispan.interceptors.base Class 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. -
Classes in org.infinispan.factories.annotations used by org.infinispan.interceptors.distribution Class 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. -
Classes in org.infinispan.factories.annotations used by org.infinispan.interceptors.impl Class 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. -
Classes in org.infinispan.factories.annotations used by org.infinispan.interceptors.locking Class 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. -
Classes in org.infinispan.factories.annotations used by org.infinispan.interceptors.totalorder Class 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. -
Classes in org.infinispan.factories.annotations used by org.infinispan.interceptors.xsite Class Description Inject Used to annotate a method as one that is used to inject a registered component into another component. -
Classes in org.infinispan.factories.annotations used by org.infinispan.jmx Class 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.SurvivesRestarts This annotation is used for components that will be registered in theComponentRegistry
, that are meant to be retained in the component registry even after the component registry is stopped. -
Classes in org.infinispan.factories.annotations used by org.infinispan.manager Class Description SurvivesRestarts This annotation is used for components that will be registered in theComponentRegistry
, that are meant to be retained in the component registry even after the component registry is stopped. -
Classes in org.infinispan.factories.annotations used by org.infinispan.marshall.core Class 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. -
Classes in org.infinispan.factories.annotations used by org.infinispan.notifications.cachelistener.cluster Class 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. -
Classes in org.infinispan.factories.annotations used by org.infinispan.notifications.cachelistener.cluster.impl Class 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 theComponentRegistry
, that are meant to be retained in the component registry even after the component registry is stopped. -
Classes in org.infinispan.factories.annotations used by org.infinispan.notifications.cachelistener.filter Class Description Inject Used to annotate a method as one that is used to inject a registered component into another component. -
Classes in org.infinispan.factories.annotations used by org.infinispan.notifications.cachemanagerlistener Class Description SurvivesRestarts This annotation is used for components that will be registered in theComponentRegistry
, that are meant to be retained in the component registry even after the component registry is stopped. -
Classes in org.infinispan.factories.annotations used by org.infinispan.notifications.impl Class Description ComponentName Mechanism for specifying the name of components to retrieveInject 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. -
Classes in org.infinispan.factories.annotations used by org.infinispan.partitionhandling.impl Class 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. -
Classes in org.infinispan.factories.annotations used by org.infinispan.persistence.manager Class 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.SurvivesRestarts This annotation is used for components that will be registered in theComponentRegistry
, that are meant to be retained in the component registry even after the component registry is stopped. -
Classes in org.infinispan.factories.annotations used by org.infinispan.remoting.inboundhandler Class Description ComponentName Mechanism for specifying the name of components to retrieveInject 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. -
Classes in org.infinispan.factories.annotations used by org.infinispan.remoting.transport Class 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. -
Classes in org.infinispan.factories.annotations used by org.infinispan.remoting.transport.jgroups Class Description ComponentName Mechanism for specifying the name of components to retrieveInject 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. -
Classes in org.infinispan.factories.annotations used by org.infinispan.scattered.impl Class Description ComponentName Mechanism for specifying the name of components to retrieveInject 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. -
Classes in org.infinispan.factories.annotations used by org.infinispan.security.impl Class 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. -
Classes in org.infinispan.factories.annotations used by org.infinispan.statetransfer Class Description ComponentName Mechanism for specifying the name of components to retrieveInject 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. -
Classes in org.infinispan.factories.annotations used by org.infinispan.stats.impl Class 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 theComponentRegistry
, that are meant to be retained in the component registry even after the component registry is stopped. -
Classes in org.infinispan.factories.annotations used by org.infinispan.stream.impl Class 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. -
Classes in org.infinispan.factories.annotations used by org.infinispan.topology Class Description DefaultFactoryFor An annotation that is used internally, for defining a DEFAULT factory to be used when constructing components.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. -
Classes in org.infinispan.factories.annotations used by org.infinispan.transaction.impl Class 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. -
Classes in org.infinispan.factories.annotations used by org.infinispan.transaction.lookup Class Description Inject Used to annotate a method as one that is used to inject a registered component into another component. -
Classes in org.infinispan.factories.annotations used by org.infinispan.transaction.xa Class 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. -
Classes in org.infinispan.factories.annotations used by org.infinispan.transaction.xa.recovery Class Description Inject Used to annotate a method as one that is used to inject a registered component into another component. -
Classes in org.infinispan.factories.annotations used by org.infinispan.upgrade Class Description SurvivesRestarts This annotation is used for components that will be registered in theComponentRegistry
, that are meant to be retained in the component registry even after the component registry is stopped. -
Classes in org.infinispan.factories.annotations used by org.infinispan.util Class 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. -
Classes in org.infinispan.factories.annotations used by org.infinispan.util.concurrent Class 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. -
Classes in org.infinispan.factories.annotations used by org.infinispan.util.concurrent.locks.impl Class Description ComponentName Mechanism for specifying the name of components to retrieveInject Used to annotate a method as one that is used to inject a registered component into another component. -
Classes in org.infinispan.factories.annotations used by org.infinispan.xsite Class 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. -
Classes in org.infinispan.factories.annotations used by org.infinispan.xsite.statetransfer Class 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.