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 nodesThis package contains implementations of the conflict resolution API.
Cache-specific notifications and eventing.invalid reference
CacheManager
A transport implementation based on JGroups.
This is the private xsite package.
-
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.conflict.impl
Classes in org.infinispan.conflict.impl with annotations of type Listener -
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.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.util.logging.events.impl
Methods in org.infinispan.util.logging.events.impl with parameters of type ListenerModifier and TypeMethodDescriptionprotected Map<Class<? extends Annotation>, Class<?>> EventLoggerNotifierImpl.getAllowedMethodAnnotations(Listener l) -
Uses of Listener in org.infinispan.xsite
Classes in org.infinispan.xsite with annotations of type ListenerModifier and TypeClassDescriptionclassKeeps the state needed for knowing when a site needs to be taken offline.classMaps caches from remote site to local caches. -
Uses of Listener in org.infinispan.xsite.events
Classes in org.infinispan.xsite.events with annotations of type Listener