Uses of Interface
org.infinispan.notifications.cachelistener.event.CacheEntryRemovedEvent
-
Packages that use CacheEntryRemovedEvent Package Description org.infinispan.globalstate.impl org.infinispan.notifications.cachelistener.cluster org.infinispan.notifications.cachelistener.event.impl -
-
Uses of CacheEntryRemovedEvent in org.infinispan.globalstate.impl
Methods in org.infinispan.globalstate.impl with parameters of type CacheEntryRemovedEvent Modifier and Type Method Description void
GlobalConfigurationStateListener. removeCache(CacheEntryRemovedEvent<ScopedState,CacheState> event)
-
Uses of CacheEntryRemovedEvent in org.infinispan.notifications.cachelistener.cluster
Classes in org.infinispan.notifications.cachelistener.cluster that implement CacheEntryRemovedEvent Modifier and Type Class Description class
ClusterEvent<K,V>
This is an event designed for use with cluster listeners solely. -
Uses of CacheEntryRemovedEvent in org.infinispan.notifications.cachelistener.event.impl
Classes in org.infinispan.notifications.cachelistener.event.impl that implement CacheEntryRemovedEvent Modifier and Type Class Description class
EventImpl<K,V>
Basic implementation of an event that covers all event types.
-