Uses of Interface
javax.cache.event.CacheEntryEventFilter
Packages that use CacheEntryEventFilter
Package
Description
This package contains configuration classes and interfaces.
-
Uses of CacheEntryEventFilter in javax.cache.configuration
Fields in javax.cache.configuration with type parameters of type CacheEntryEventFilterModifier and TypeFieldDescriptionprivate Factory
<CacheEntryEventFilter<? super K, ? super V>> MutableCacheEntryListenerConfiguration.filterFactory
TheFactory
to be used to create theCacheEntryEventFilter
.Methods in javax.cache.configuration that return types with arguments of type CacheEntryEventFilterModifier and TypeMethodDescriptionFactory
<CacheEntryEventFilter<? super K, ? super V>> CacheEntryListenerConfiguration.getCacheEntryEventFilterFactory()
Obtains theFactory
for theCacheEntryEventFilter
that should be applied prior to notifying theCacheEntryListener
.Factory
<CacheEntryEventFilter<? super K, ? super V>> MutableCacheEntryListenerConfiguration.getCacheEntryEventFilterFactory()
Obtains theFactory
for theCacheEntryEventFilter
that should be applied prior to notifying theCacheEntryListener
.Method parameters in javax.cache.configuration with type arguments of type CacheEntryEventFilterModifier and TypeMethodDescriptionMutableCacheEntryListenerConfiguration.setCacheEntryEventFilterFactory
(Factory<? extends CacheEntryEventFilter<? super K, ? super V>> filterFactory) Sets theFactory
to be used to create aCacheEntryEventFilter
.