Uses of Annotation Type
org.infinispan.notifications.Listener
Packages that use Listener
Package
Description
This package contains the
KeyAffinityService
interfaces which allow user code to determine mapping of keys onto nodesCache
-specific notifications and eventing.invalid reference
CacheManager
A transport implementation based on JGroups.
-
Uses of Listener in org.infinispan.affinity
Classes in org.infinispan.affinity with annotations of type ListenerModifier and TypeClassDescriptionclass
Used for registering various cache notifications. -
Uses of Listener in org.infinispan.container.versioning
Classes in org.infinispan.container.versioning with annotations of type ListenerModifier and TypeClassDescriptionclass
Compute the version prefix to be used byNumericVersionGenerator
in clustered caches.class
-
Uses of Listener in org.infinispan.globalstate.impl
Classes in org.infinispan.globalstate.impl with annotations of type ListenerModifier and TypeClassDescriptionclass
Listens to events on the global state cache and manages cache configuration creation / removal accordingly -
Uses of Listener in org.infinispan.notifications.cachelistener
Methods in org.infinispan.notifications.cachelistener with parameters of type ListenerModifier and TypeMethodDescriptionprotected Map
<Class<? extends Annotation>, Class<?>> CacheNotifierImpl.getAllowedMethodAnnotations
(Listener l) -
Uses of Listener in org.infinispan.notifications.cachelistener.cluster
Classes in org.infinispan.notifications.cachelistener.cluster with annotations of type ListenerModifier and TypeClassDescriptionclass
A listener that installed locally on each node when a cluster listener is installed on a given node. -
Uses of Listener in org.infinispan.notifications.cachemanagerlistener
Methods in org.infinispan.notifications.cachemanagerlistener with parameters of type ListenerModifier and TypeMethodDescriptionprotected Map
<Class<? extends Annotation>, Class<?>> CacheManagerNotifierImpl.getAllowedMethodAnnotations
(Listener l) -
Uses of Listener in org.infinispan.notifications.impl
Methods in org.infinispan.notifications.impl that return ListenerModifier and TypeMethodDescriptionprotected static Listener
AbstractListenerImpl.testListenerClassValidity
(Class<?> listenerClass) Tests if a class is properly annotated as a CacheListener and returns the Listener annotation.Methods in org.infinispan.notifications.impl with parameters of type ListenerModifier and TypeMethodDescriptionprotected abstract Map
<Class<? extends Annotation>, Class<?>> AbstractListenerImpl.getAllowedMethodAnnotations
(Listener l) -
Uses of Listener in org.infinispan.reactive.publisher.impl
Classes in org.infinispan.reactive.publisher.impl with annotations of type ListenerModifier and TypeClassDescriptionclass
Handler for holding publisher results between requests of data -
Uses of Listener in org.infinispan.remoting.transport.jgroups
Classes in org.infinispan.remoting.transport.jgroups with annotations of type Listener -
Uses of Listener in org.infinispan.rest.resources
Classes in org.infinispan.rest.resources with annotations of type ListenerModifier and TypeClassDescriptionstatic class
static class
class
-
Uses of Listener in org.infinispan.scattered.impl
Classes in org.infinispan.scattered.impl with annotations of type Listener -
Uses of Listener in org.infinispan.spring.embedded.session
Classes in org.infinispan.spring.embedded.session with annotations of type ListenerModifier and TypeClassDescriptionclass
A bridge between Infinispan Embedded events and Spring. -
Uses of Listener in org.infinispan.topology
Classes in org.infinispan.topology with annotations of type Listener -
Uses of Listener in org.infinispan.transaction.impl
Classes in org.infinispan.transaction.impl with annotations of type ListenerModifier and TypeClassDescriptionclass
Repository forRemoteTransaction
andTransactionXaAdapter
s (locally originated transactions). -
Uses of Listener in org.infinispan.xsite.events
Classes in org.infinispan.xsite.events with annotations of type Listener