Uses of Interface
org.infinispan.notifications.cachemanagerlistener.event.CacheStoppedEvent
-
Packages that use CacheStoppedEvent Package Description org.infinispan.affinity This package contains theKeyAffinityService
interfaces which allow user code to determine mapping of keys onto nodesorg.infinispan.affinity.impl org.infinispan.notifications.cachemanagerlistener.event.impl org.infinispan.xsite -
-
Uses of CacheStoppedEvent in org.infinispan.affinity
Methods in org.infinispan.affinity with parameters of type CacheStoppedEvent Modifier and Type Method Description void
ListenerRegistration. handleCacheStopped(CacheStoppedEvent cse)
-
Uses of CacheStoppedEvent in org.infinispan.affinity.impl
Methods in org.infinispan.affinity.impl with parameters of type CacheStoppedEvent Modifier and Type Method Description void
KeyAffinityServiceImpl. handleCacheStopped(CacheStoppedEvent cse)
-
Uses of CacheStoppedEvent in org.infinispan.notifications.cachemanagerlistener.event.impl
Classes in org.infinispan.notifications.cachemanagerlistener.event.impl that implement CacheStoppedEvent Modifier and Type Class Description class
EventImpl
Implementation of cache manager events -
Uses of CacheStoppedEvent in org.infinispan.xsite
Methods in org.infinispan.xsite with parameters of type CacheStoppedEvent Modifier and Type Method Description void
BackupReceiverRepositoryImpl. cacheStopped(CacheStoppedEvent cse)
-