Cache
-specific notifications and eventing filtering classes.See: Description
Interface | Description |
---|---|
CacheEventConverter<K,V,C> |
A converter that can be used to convert the value given for an event.
|
CacheEventConverterFactory |
Factory that can produce CacheEventConverters
|
CacheEventFilter<K,V> |
A filter that can be used to tell if an event should be raised or not.
|
CacheEventFilterConverter<K,V,C> |
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.
|
CacheEventFilterConverterFactory |
Factory that can produce
CacheEventFilterConverter instances. |
CacheEventFilterFactory |
Factory that can produce CacheEventFilters
|
FilterIndexingServiceProvider |
A service provider for filter indexing services.
|
IndexedFilter<K,V,C> |
A marker interface for filters that can be handled efficiently by a
FilterIndexingServiceProvider . |
Cache
-specific notifications and eventing filtering classes. These classes
can be used by end user to limit what notifications are raised for a given cache event.Copyright © 2021 JBoss by Red Hat. All rights reserved.