Uses of Interface
org.infinispan.notifications.cachelistener.event.CacheEntryRemovedEvent
Packages that use CacheEntryRemovedEvent
Package
Description
-
Uses of CacheEntryRemovedEvent in org.infinispan.globalstate.impl
Methods in org.infinispan.globalstate.impl with parameters of type CacheEntryRemovedEventModifier and TypeMethodDescriptionGlobalConfigurationStateListener.handleRemove(CacheEntryRemovedEvent<ScopedState, CacheState> event) -
Uses of CacheEntryRemovedEvent in org.infinispan.notifications.cachelistener.cluster
Classes in org.infinispan.notifications.cachelistener.cluster that implement CacheEntryRemovedEventModifier and TypeClassDescriptionclassClusterEvent<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 CacheEntryRemovedEventModifier and TypeClassDescriptionclassEventImpl<K,V> Basic implementation of an event that covers all event types.