Uses of Package
org.infinispan.notifications.cachelistener.filter
-
Packages that use org.infinispan.notifications.cachelistener.filter Package Description org.infinispan.globalstate Global configuration state.org.infinispan.notifications Notifications and eventing for listeners on both the Cache and CacheManager interfaces.org.infinispan.notifications.cachelistener.filter Cache
-specific notifications and eventing filtering classes.org.infinispan.query Query API that lets you perform Ickle queries and look up values in caches. -
Classes in org.infinispan.notifications.cachelistener.filter used by org.infinispan.globalstate Class Description CacheEventFilter A filter that can be used to tell if an event should be raised or not.EventType Enum that provides information to allow for an event to know which type and if this event was generated due to a retry usually caused by a topology change while replicating. -
Classes in org.infinispan.notifications.cachelistener.filter used by org.infinispan.notifications Class Description CacheEventConverter A converter that can be used to convert the value given for an event.CacheEventFilter A filter that can be used to tell if an event should be raised or not. -
Classes in org.infinispan.notifications.cachelistener.filter used by org.infinispan.notifications.cachelistener.filter Class Description CacheEventConverter A converter that can be used to convert the value given for an event.CacheEventConverterAsConverter Converter that is implemented by using the provided CacheEventConverter.CacheEventFilter A filter that can be used to tell if an event should be raised or not.CacheEventFilterAsKeyValueFilter KeyValueFilter that is implemented by using the provided CacheEventFilter.CacheEventFilterConverter This interface is an optimization that can be used when an event filter and converter are most efficiently used as the same object composing the filtering and conversion in the same method invocation.CacheEventFilterConverterAsKeyValueFilterConverter DelegatingCacheEntryListenerInvocation A wrapper around aCacheEntryListenerInvocation
that keeps a reference to theFilterIndexingServiceProvider
instance that handles this invocation.EventType Enum that provides information to allow for an event to know which type and if this event was generated due to a retry usually caused by a topology change while replicating.IndexedFilter A marker interface for filters that can be handled efficiently by aFilterIndexingServiceProvider
.KeyValueFilterAsCacheEventFilter CacheEventFilter that implements it's filtering solely on the use of the provided KeyValueFilterKeyValueFilterConverterAsCacheEventFilterConverter CacheEventFilterConverter
that uses an underlyingKeyValueFilterConverter
to do the conversion and filtering. -
Classes in org.infinispan.notifications.cachelistener.filter used by org.infinispan.query Class Description CacheEventFilterConverter This interface is an optimization that can be used when an event filter and converter are most efficiently used as the same object composing the filtering and conversion in the same method invocation.