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
|
Class and 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.
|
Class and 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 a
CacheEntryListenerInvocation that keeps a reference to the FilterIndexingServiceProvider 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 a
FilterIndexingServiceProvider . |
KeyFilterAsCacheEventFilter
CacheEventFilter that implements it's filtering solely on the use of the provided KeyFilter
|
KeyValueFilterAsCacheEventFilter
CacheEventFilter that implements it's filtering solely on the use of the provided KeyValueFilter
|
Class and 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.
|
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.