Uses of Interface
org.infinispan.notifications.cachelistener.event.CacheEntryEvent
-
Packages that use CacheEntryEvent Package Description org.infinispan.notifications.cachelistener.event Cache
-specific listener eventsorg.infinispan.notifications.cachelistener.filter Cache
-specific notifications and eventing filtering classes. -
-
Uses of CacheEntryEvent in org.infinispan.notifications.cachelistener.event
Subinterfaces of CacheEntryEvent in org.infinispan.notifications.cachelistener.event Modifier and Type Interface Description interface
CacheEntryActivatedEvent<K,V>
This event subtype is passed in to any method annotated withCacheEntryActivated
.interface
CacheEntryCreatedEvent<K,V>
This event subtype is passed in to any method annotated withCacheEntryCreated
.interface
CacheEntryExpiredEvent<K,V>
This event subtype is passed in to any method annotated withCacheEntryExpired
.interface
CacheEntryInvalidatedEvent<K,V>
Notifies a listener of an invalidation event.interface
CacheEntryLoadedEvent<K,V>
This event subtype is passed in to any method annotated withCacheEntryLoaded
.interface
CacheEntryModifiedEvent<K,V>
This event subtype is passed in to any method annotated withCacheEntryModified
interface
CacheEntryPassivatedEvent<K,V>
This event subtype is passed in to any method annotated withCacheEntryPassivated
.interface
CacheEntryRemovedEvent<K,V>
This event subtype is passed in to any method annotated withCacheEntryRemoved
.interface
CacheEntryVisitedEvent<K,V>
This event subtype is passed in to any method annotated withCacheEntryVisited
. -
Uses of CacheEntryEvent in org.infinispan.notifications.cachelistener.filter
Method parameters in org.infinispan.notifications.cachelistener.filter with type arguments of type CacheEntryEvent Modifier and Type Method Description CompletionStage<Void>
DelegatingCacheEntryListenerInvocation. invoke(org.infinispan.notifications.cachelistener.EventWrapper<K,V,CacheEntryEvent<K,V>> event, boolean isLocalNodePrimaryOwner)
CompletionStage<Void>
DelegatingCacheEntryListenerInvocation. invokeNoChecks(org.infinispan.notifications.cachelistener.EventWrapper<K,V,CacheEntryEvent<K,V>> event, boolean skipQueue, boolean skipConverter, boolean needsTransform)
-