Uses of Interface
org.infinispan.notifications.cachelistener.event.CacheEntryEvent
-
Packages that use CacheEntryEvent Package Description org.infinispan.notifications.cachelistener Cache-specific notifications and eventing.org.infinispan.notifications.cachelistener.cluster 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
Methods in org.infinispan.notifications.cachelistener that return CacheEntryEvent Modifier and Type Method Description protected 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 CacheEntryEvent Modifier and Type Method Description protected 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 CacheEntryEvent Modifier and Type Method Description protected java.util.concurrent.CompletionStage<java.lang.Void>CacheNotifierImpl.BaseCacheEntryListenerInvocation. doRealInvocation(EventWrapper<K,V,CacheEntryEvent<K,V>> event)protected java.util.concurrent.CompletionStage<java.lang.Void>CacheNotifierImpl.ClusteredListenerInvocation. doRealInvocation(EventWrapper<K,V,CacheEntryEvent<K,V>> wrapped)java.util.concurrent.CompletionStage<java.lang.Void>CacheEntryListenerInvocation. invoke(EventWrapper<K,V,CacheEntryEvent<K,V>> event, boolean isLocalNodePrimaryOwner)Invokes the eventjava.util.concurrent.CompletionStage<java.lang.Void>CacheNotifierImpl.BaseCacheEntryListenerInvocation. invoke(EventWrapper<K,V,CacheEntryEvent<K,V>> wrapped, boolean isLocalNodePrimaryOwner)This is the entry point for local listeners firing eventsjava.util.concurrent.CompletionStage<java.lang.Void>CacheEntryListenerInvocation. invokeNoChecks(EventWrapper<K,V,CacheEntryEvent<K,V>> wrappedEvent, boolean skipQueue, boolean skipConverter, boolean needsTransform)Invokes the event without applying filters or convertersjava.util.concurrent.CompletionStage<java.lang.Void>CacheNotifierImpl.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 CacheEntryEvent Constructor Description ClusteredListenerInvocation(org.infinispan.notifications.impl.ListenerInvocation<Event<K,V>> invocation, QueueingSegmentListener<K,V,CacheEntryEvent<K,V>> handler, CacheEventFilter<? super K,? super V> filter, CacheEventConverter<? super K,? super V,?> converter, java.lang.Class<? extends java.lang.annotation.Annotation> annotation, boolean onlyPrimary, java.util.UUID identifier, boolean sync, Listener.Observation observation, java.util.Set<java.lang.Class<? extends java.lang.annotation.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 CacheEntryEvent Modifier and Type Class Description classClusterEvent<K,V>This is an event designed for use with cluster listeners solely.Methods in org.infinispan.notifications.cachelistener.cluster with parameters of type CacheEntryEvent Modifier and Type Method Description static <K,V>
ClusterEvent<K,V>ClusterEvent. fromEvent(CacheEntryEvent<K,V> event)java.util.concurrent.CompletionStage<java.lang.Void>RemoteClusterListener. handleClusterEvents(CacheEntryEvent event) -
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 java.util.concurrent.CompletionStage<java.lang.Void>DelegatingCacheEntryListenerInvocation. invoke(EventWrapper<K,V,CacheEntryEvent<K,V>> event, boolean isLocalNodePrimaryOwner)java.util.concurrent.CompletionStage<java.lang.Void>DelegatingCacheEntryListenerInvocation. invokeNoChecks(EventWrapper<K,V,CacheEntryEvent<K,V>> event, boolean skipQueue, boolean skipConverter, boolean needsTransform)
-