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.This is the private xsite package.
-
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 TypeClassDescriptionclassClusterEvent<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 TypeInterfaceDescriptioninterfaceThis event subtype is passed in to any method annotated withCacheEntryActivated.interfaceThis event subtype is passed in to any method annotated withCacheEntryCreated.interfaceThis event subtype is passed in to any method annotated withCacheEntryExpired.interfaceNotifies a listener of an invalidation event.interfaceThis event subtype is passed in to any method annotated withCacheEntryLoaded.interfaceThis event subtype is passed in to any method annotated withCacheEntryModifiedinterfaceThis event subtype is passed in to any method annotated withCacheEntryPassivated.interfaceThis event subtype is passed in to any method annotated withCacheEntryRemoved.interfaceThis 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 TypeClassDescriptionclassEventImpl<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.xsite
Methods in org.infinispan.xsite with parameters of type CacheEntryEventModifier and TypeMethodDescriptionvoidOfflineStatus.onStatusChanged(CacheEntryEvent<ScopedState, Long> event)