Uses of Class
org.infinispan.notifications.Listener.Observation
-
Packages that use Listener.Observation Package Description org.infinispan.notifications Notifications and eventing for listeners on both the Cache and CacheManager interfaces.org.infinispan.notifications.cachelistener Cache
-specific notifications and eventing.org.infinispan.notifications.cachelistener.filter Cache
-specific notifications and eventing filtering classes. -
-
Uses of Listener.Observation in org.infinispan.notifications
Methods in org.infinispan.notifications that return Listener.Observation Modifier and Type Method Description Listener.Observation
observation()
Returns the type of observation level this listener defines.static Listener.Observation
Listener.Observation. valueOf(java.lang.String name)
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.Observation Modifier and Type Field Description protected Listener.Observation
CacheNotifierImpl.BaseCacheEntryListenerInvocation. observation
Methods in org.infinispan.notifications.cachelistener that return Listener.Observation Modifier and Type Method Description Listener.Observation
CacheEntryListenerInvocation. getObservation()
Listener.Observation
CacheNotifierImpl.BaseCacheEntryListenerInvocation. getObservation()
Listener.Observation
CacheNotifierImpl.CacheInvocationBuilder. getObservation()
Methods in org.infinispan.notifications.cachelistener with parameters of type Listener.Observation Modifier and Type Method Description CacheNotifierImpl.CacheInvocationBuilder
CacheNotifierImpl.CacheInvocationBuilder. setObservation(Listener.Observation observation)
Constructors in org.infinispan.notifications.cachelistener with parameters of type Listener.Observation Constructor Description BaseCacheEntryListenerInvocation(org.infinispan.notifications.impl.ListenerInvocation<Event<K,V>> invocation, CacheEventFilter<? super K,? super V> filter, CacheEventConverter<? super K,? super V,?> converter, java.lang.Class<? extends java.lang.annotation.Annotation> annotation, boolean onlyPrimary, boolean clustered, 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)
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 Listener.Observation in org.infinispan.notifications.cachelistener.filter
Methods in org.infinispan.notifications.cachelistener.filter that return Listener.Observation Modifier and Type Method Description Listener.Observation
DelegatingCacheEntryListenerInvocation. getObservation()
-