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 interfaceCacheEntryActivatedEvent<K,V>This event subtype is passed in to any method annotated withCacheEntryActivated.interfaceCacheEntryCreatedEvent<K,V>This event subtype is passed in to any method annotated withCacheEntryCreated.interfaceCacheEntryExpiredEvent<K,V>This event subtype is passed in to any method annotated withCacheEntryExpired.interfaceCacheEntryInvalidatedEvent<K,V>Notifies a listener of an invalidation event.interfaceCacheEntryLoadedEvent<K,V>This event subtype is passed in to any method annotated withCacheEntryLoaded.interfaceCacheEntryModifiedEvent<K,V>This event subtype is passed in to any method annotated withCacheEntryModifiedinterfaceCacheEntryPassivatedEvent<K,V>This event subtype is passed in to any method annotated withCacheEntryPassivated.interfaceCacheEntryRemovedEvent<K,V>This event subtype is passed in to any method annotated withCacheEntryRemoved.interfaceCacheEntryVisitedEvent<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)
-