Uses of Package
org.infinispan.notifications.cachelistener.filter
-
Packages that use org.infinispan.notifications.cachelistener.filter Package Description 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. -
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 aCacheEntryListenerInvocationthat keeps a reference to theFilterIndexingServiceProviderinstance 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.KeyFilterAsCacheEventFilter CacheEventFilter that implements it's filtering solely on the use of the provided KeyFilterKeyValueFilterAsCacheEventFilter CacheEventFilter that implements it's filtering solely on the use of the provided KeyValueFilterKeyValueFilterConverterAsCacheEventFilterConverter CacheEventFilterConverterthat uses an underlyingKeyValueFilterConverterto 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.