Uses of Enum
org.infinispan.notifications.Listener.Observation
Packages that use Listener.Observation
Package
Description
Notifications and eventing for listeners on both the Cache and CacheManager interfaces.
Cache
-specific notifications and eventing.Cache
-specific notifications and eventing filtering classes.-
Uses of Listener.Observation in org.infinispan.notifications
Methods in org.infinispan.notifications that return Listener.ObservationModifier and TypeMethodDescriptionstatic Listener.Observation
Returns the enum constant of this type with the specified name.static Listener.Observation[]
Listener.Observation.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Listener.Observation in org.infinispan.notifications.cachelistener
Fields in org.infinispan.notifications.cachelistener declared as Listener.ObservationModifier and TypeFieldDescriptionprotected final Listener.Observation
CacheNotifierImpl.BaseCacheEntryListenerInvocation.observation
Methods in org.infinispan.notifications.cachelistener that return Listener.ObservationModifier and TypeMethodDescriptionCacheEntryListenerInvocation.getObservation()
CacheNotifierImpl.BaseCacheEntryListenerInvocation.getObservation()
CacheNotifierImpl.CacheInvocationBuilder.getObservation()
Methods in org.infinispan.notifications.cachelistener with parameters of type Listener.ObservationModifier and TypeMethodDescriptionCacheNotifierImpl.CacheInvocationBuilder.setObservation
(Listener.Observation observation) Constructors in org.infinispan.notifications.cachelistener with parameters of type Listener.ObservationModifierConstructorDescriptionprotected
BaseCacheEntryListenerInvocation
(EncoderRegistry encoderRegistry, ListenerInvocation<Event<K, V>> invocation, CacheEventFilter<? super K, ? super V> filter, CacheEventConverter<? super K, ? super V, ?> converter, Class<? extends Annotation> annotation, boolean onlyPrimary, boolean clustered, UUID identifier, boolean sync, Listener.Observation observation, Set<Class<? extends Annotation>> filterAnnotations, DataConversion keyDataConversion, DataConversion valueDataConversion, boolean useStorageFormat) ClusteredListenerInvocation
(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 Listener.Observation in org.infinispan.notifications.cachelistener.filter
Methods in org.infinispan.notifications.cachelistener.filter that return Listener.Observation