Uses of Interface
org.infinispan.notifications.cachemanagerlistener.event.CacheStoppedEvent
Packages that use CacheStoppedEvent
Package
Description
This package contains the
KeyAffinityService interfaces which allow user code to determine mapping of keys onto nodesHandling of inbound commands on remote nodes.
-
Uses of CacheStoppedEvent in org.infinispan.affinity
Methods in org.infinispan.affinity with parameters of type CacheStoppedEventModifier and TypeMethodDescriptionvoidListenerRegistration.handleCacheStopped(CacheStoppedEvent cse) -
Uses of CacheStoppedEvent in org.infinispan.affinity.impl
Methods in org.infinispan.affinity.impl with parameters of type CacheStoppedEventModifier and TypeMethodDescriptionvoidKeyAffinityServiceImpl.handleCacheStopped(CacheStoppedEvent cse) -
Uses of CacheStoppedEvent in org.infinispan.notifications.cachemanagerlistener.event.impl
Classes in org.infinispan.notifications.cachemanagerlistener.event.impl that implement CacheStoppedEvent -
Uses of CacheStoppedEvent in org.infinispan.remoting.inboundhandler
Methods in org.infinispan.remoting.inboundhandler with parameters of type CacheStoppedEventModifier and TypeMethodDescriptionvoidGlobalInboundInvocationHandler.cacheStopped(CacheStoppedEvent event)