Uses of Interface
org.infinispan.notifications.cachemanagerlistener.event.CacheStoppedEvent
-
Packages that use CacheStoppedEvent Package Description org.infinispan.affinity This package contains theKeyAffinityServiceinterfaces which allow user code to determine mapping of keys onto nodesorg.infinispan.xsite -
-
Uses of CacheStoppedEvent in org.infinispan.affinity
Methods in org.infinispan.affinity with parameters of type CacheStoppedEvent Modifier and Type Method Description voidListenerRegistration. handleCacheStopped(CacheStoppedEvent cse) -
Uses of CacheStoppedEvent in org.infinispan.xsite
Methods in org.infinispan.xsite with parameters of type CacheStoppedEvent Modifier and Type Method Description voidBackupReceiverRepositoryImpl. cacheStopped(CacheStoppedEvent cse)
-