Uses of Annotation Interface
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.EmbeddedCacheManager-specific notifications and eventing.A transport implementation based on JGroups.
-
Uses of Listener in org.infinispan.affinity
Classes in org.infinispan.affinity with annotations of type ListenerModifier and TypeClassDescriptionclassUsed 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 TypeClassDescriptionclassCompute the version prefix to be used byNumericVersionGeneratorin clustered caches.class -
Uses of Listener in org.infinispan.globalstate.impl
Classes in org.infinispan.globalstate.impl with annotations of type ListenerModifier and TypeClassDescriptionclassListens 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 TypeClassDescriptionclassA 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 ListenerAbstractListenerImpl.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 TypeClassDescriptionclassHandler 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 classstatic classclass -
Uses of Listener in org.infinispan.server.resp
Classes in org.infinispan.server.resp with annotations of type Listener -
Uses of Listener in org.infinispan.server.resp.commands.list.blocking
Classes in org.infinispan.server.resp.commands.list.blocking with annotations of type Listener -
Uses of Listener in org.infinispan.server.resp.commands.tx
Classes in org.infinispan.server.resp.commands.tx with annotations of type Listener -
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 TypeClassDescriptionclassRepository forRemoteTransactionandTransactionXaAdapters (locally originated transactions). -
Uses of Listener in org.infinispan.xsite.events
Classes in org.infinispan.xsite.events with annotations of type Listener