Uses of Interface
org.infinispan.notifications.cachelistener.event.CacheEntryEvent
Packages that use CacheEntryEvent
Package
Description
Cache
-specific notifications and eventing.invalid reference
Cache
Cache
-specific notifications and eventing filtering classes.-
Uses of CacheEntryEvent in org.infinispan.notifications.cachelistener
Methods in org.infinispan.notifications.cachelistener that return CacheEntryEventModifier and TypeMethodDescriptionprotected CacheEntryEvent
<K, V> CacheNotifierImpl.BaseCacheEntryListenerInvocation.convertValue
(CacheEventConverter<? super K, ? super V, ?> converter, CacheEntryEvent<K, V> event) protected CacheEntryEvent
<K, V> CacheNotifierImpl.BaseCacheEntryListenerInvocation.shouldInvoke
(CacheEntryEvent<K, V> event, boolean isLocalNodePrimaryOwner) Methods in org.infinispan.notifications.cachelistener with parameters of type CacheEntryEventModifier and TypeMethodDescriptionprotected CacheEntryEvent
<K, V> CacheNotifierImpl.BaseCacheEntryListenerInvocation.convertValue
(CacheEventConverter<? super K, ? super V, ?> converter, CacheEntryEvent<K, V> event) protected CacheEntryEvent
<K, V> CacheNotifierImpl.BaseCacheEntryListenerInvocation.shouldInvoke
(CacheEntryEvent<K, V> event, boolean isLocalNodePrimaryOwner) Method parameters in org.infinispan.notifications.cachelistener with type arguments of type CacheEntryEventModifier and TypeMethodDescriptionprotected CompletionStage
<Void> CacheNotifierImpl.BaseCacheEntryListenerInvocation.doRealInvocation
(EventWrapper<K, V, CacheEntryEvent<K, V>> event) protected CompletionStage
<Void> CacheNotifierImpl.ClusteredListenerInvocation.doRealInvocation
(EventWrapper<K, V, CacheEntryEvent<K, V>> wrapped) CacheEntryListenerInvocation.invoke
(EventWrapper<K, V, CacheEntryEvent<K, V>> event, boolean isLocalNodePrimaryOwner) Invokes the eventCacheNotifierImpl.BaseCacheEntryListenerInvocation.invoke
(EventWrapper<K, V, CacheEntryEvent<K, V>> wrapped, boolean isLocalNodePrimaryOwner) This is the entry point for local listeners firing eventsCacheEntryListenerInvocation.invokeNoChecks
(EventWrapper<K, V, CacheEntryEvent<K, V>> wrappedEvent, boolean skipQueue, boolean skipConverter, boolean needsTransform) Invokes the event without applying filters or convertersCacheNotifierImpl.BaseCacheEntryListenerInvocation.invokeNoChecks
(EventWrapper<K, V, CacheEntryEvent<K, V>> wrapped, boolean skipQueue, boolean skipConverter, boolean needsTransform) This is the entry point for remote listener events being firedConstructor parameters in org.infinispan.notifications.cachelistener with type arguments of type CacheEntryEventModifierConstructorDescriptionClusteredListenerInvocation
(EncoderRegistry encoderRegistry, ListenerInvocation<Event<K, V>> invocation, QueueingSegmentListener<K, V, CacheEntryEvent<K, V>> handler, CacheEventFilter<? super K, ? super V> filter, CacheEventConverter<? super K, ? super V, ?> converter, Class<? extends Annotation> annotation, boolean onlyPrimary, UUID identifier, boolean sync, Listener.Observation observation, Set<Class<? extends Annotation>> filterAnnotations, DataConversion keyDataConversion, DataConversion valueDataConversion, boolean useStorageFormat) -
Uses of CacheEntryEvent in org.infinispan.notifications.cachelistener.cluster
Classes in org.infinispan.notifications.cachelistener.cluster that implement CacheEntryEventModifier and TypeClassDescriptionclass
ClusterEvent<K,
V> This is an event designed for use with cluster listeners solely.Methods in org.infinispan.notifications.cachelistener.cluster with parameters of type CacheEntryEventModifier and TypeMethodDescriptionstatic <K,
V> ClusterEvent <K, V> ClusterEvent.fromEvent
(CacheEntryEvent<K, V> event) RemoteClusterListener.handleClusterEvents
(CacheEntryEvent event) -
Uses of CacheEntryEvent in org.infinispan.notifications.cachelistener.event
Subinterfaces of CacheEntryEvent in org.infinispan.notifications.cachelistener.eventModifier and TypeInterfaceDescriptioninterface
This event subtype is passed in to any method annotated withCacheEntryActivated
.interface
This event subtype is passed in to any method annotated withCacheEntryCreated
.interface
This event subtype is passed in to any method annotated withCacheEntryExpired
.interface
Notifies a listener of an invalidation event.interface
This event subtype is passed in to any method annotated withCacheEntryLoaded
.interface
This event subtype is passed in to any method annotated withCacheEntryModified
interface
This event subtype is passed in to any method annotated withCacheEntryPassivated
.interface
This event subtype is passed in to any method annotated withCacheEntryRemoved
.interface
This event subtype is passed in to any method annotated withCacheEntryVisited
. -
Uses of CacheEntryEvent in org.infinispan.notifications.cachelistener.event.impl
Classes in org.infinispan.notifications.cachelistener.event.impl that implement CacheEntryEventModifier and TypeClassDescriptionclass
EventImpl<K,
V> Basic implementation of an event that covers all event types. -
Uses of CacheEntryEvent in org.infinispan.notifications.cachelistener.filter
Method parameters in org.infinispan.notifications.cachelistener.filter with type arguments of type CacheEntryEventModifier and TypeMethodDescriptionDelegatingCacheEntryListenerInvocation.invoke
(EventWrapper<K, V, CacheEntryEvent<K, V>> event, boolean isLocalNodePrimaryOwner) DelegatingCacheEntryListenerInvocation.invokeNoChecks
(EventWrapper<K, V, CacheEntryEvent<K, V>> event, boolean skipQueue, boolean skipConverter, boolean needsTransform) -
Uses of CacheEntryEvent in org.infinispan.rest.resources
Methods in org.infinispan.rest.resources with parameters of type CacheEntryEventModifier and TypeMethodDescriptionCacheResourceV2.BaseCacheListener.onCacheEvent
(CacheEntryEvent<?, ?> event)