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.container.versioning org.infinispan.notifications.cachelistener Cache-specific notifications and eventing.org.infinispan.notifications.cachelistener.cluster org.infinispan.notifications.cachemanagerlistener CacheManager-specific notifications and eventing.org.infinispan.query.affinity This package contains the implementation of the AffinityIndexManager, that maintains an index divided into shards with storage using the Infinispan Lucene directory.org.infinispan.spring.embedded.session org.infinispan.topology org.infinispan.xsite 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.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.notifications.cachelistener
Methods in org.infinispan.notifications.cachelistener with parameters of type Listener Modifier and Type Method Description protected java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,java.lang.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 java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,java.lang.Class<?>>CacheManagerNotifierImpl. getAllowedMethodAnnotations(Listener l) -
Uses of Listener in org.infinispan.query.affinity
Classes in org.infinispan.query.affinity with annotations of type Listener Modifier and Type Class Description classAffinityIndexManagerIndexManagerthat splits the index into shards.classShardAllocationManagerImpl -
Uses of Listener in org.infinispan.spring.embedded.session
Classes in org.infinispan.spring.embedded.session with annotations of type Listener Modifier and Type Class Description classEmbeddedApplicationPublishedBridgeA bridge between Infinispan Embedded events and Spring. -
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.xsite
Classes in org.infinispan.xsite with annotations of type Listener Modifier and Type Class Description classBackupReceiverRepositoryImpl -
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.
-