Uses of Class
org.infinispan.notifications.Listener
-
Packages that use Listener Package Description org.infinispan.affinity This package contains theKeyAffinityServiceinterfaces which allow user code to determine mapping of keys onto nodesorg.infinispan.conflict.impl This package contains implementations of the conflict resolution API.org.infinispan.container.versioning org.infinispan.globalstate.impl org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.notifications.cachelistener Cache-specific notifications and eventing.org.infinispan.notifications.cachelistener.cluster org.infinispan.notifications.cachemanagerlistener CacheManager-specific notifications and eventing.org.infinispan.notifications.impl org.infinispan.reactive.publisher.impl org.infinispan.remoting.inboundhandler Handling of inbound commands on remote nodes.org.infinispan.scattered.impl org.infinispan.topology org.infinispan.transaction.impl org.infinispan.xsite.statetransfer -
-
Uses of Listener in org.infinispan.affinity
Classes in org.infinispan.affinity with annotations of type Listener Modifier and Type Class Description classListenerRegistrationUsed for registering various cache notifications. -
Uses of Listener in org.infinispan.conflict.impl
Classes in org.infinispan.conflict.impl with annotations of type Listener Modifier and Type Class Description classStateReceiverImpl<K,V> -
Uses of Listener in org.infinispan.container.versioning
Classes in org.infinispan.container.versioning with annotations of type Listener Modifier and Type Class Description classNumericVersionGenerator.RankCalculatorclassSimpleClusteredVersionGenerator.TopologyIdUpdater -
Uses of Listener in org.infinispan.globalstate.impl
Classes in org.infinispan.globalstate.impl with annotations of type Listener Modifier and Type Class Description classGlobalConfigurationStateListenerListens to events on the global state cache and manages cache configuration creation / removal accordingly -
Uses of Listener in org.infinispan.interceptors.impl
Classes in org.infinispan.interceptors.impl with annotations of type Listener Modifier and Type Class Description static classGroupingInterceptor.KeyListener -
Uses of Listener in org.infinispan.notifications.cachelistener
Methods in org.infinispan.notifications.cachelistener with parameters of type Listener Modifier and Type Method Description protected 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 Listener Modifier and Type Class Description classRemoteClusterListenerA 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 Listener Modifier and Type Method Description protected 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 Listener Modifier and Type Method Description protected 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 Listener Modifier and Type Method Description protected 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 Listener Modifier and Type Class Description classPublisherHandlerHandler for holding publisher results between requests of data -
Uses of Listener in org.infinispan.remoting.inboundhandler
Classes in org.infinispan.remoting.inboundhandler with annotations of type Listener Modifier and Type Class Description classGlobalInboundInvocationHandlerInboundInvocationHandlerimplementation that handles all theReplicableCommand. -
Uses of Listener in org.infinispan.scattered.impl
Classes in org.infinispan.scattered.impl with annotations of type Listener Modifier and Type Class Description classBiasManagerImpl -
Uses of Listener in org.infinispan.topology
Classes in org.infinispan.topology with annotations of type Listener Modifier and Type Class Description classClusterTopologyManagerImpl.ClusterViewListener -
Uses of Listener in org.infinispan.transaction.impl
Classes in org.infinispan.transaction.impl with annotations of type Listener Modifier and Type Class Description classTransactionTableRepository forRemoteTransactionandTransactionXaAdapters (locally originated transactions). -
Uses of Listener in org.infinispan.xsite.statetransfer
Classes in org.infinispan.xsite.statetransfer with annotations of type Listener Modifier and Type Class Description classXSiteStateTransferManagerImplXSiteStateTransferManagerimplementation.
-