Class IckleProtobufCacheEventFilterConverter
- All Implemented Interfaces:
org.infinispan.notifications.cachelistener.filter.CacheEventConverter<Object,,Object, Object> org.infinispan.notifications.cachelistener.filter.CacheEventFilter<Object,,Object> org.infinispan.notifications.cachelistener.filter.CacheEventFilterConverter<Object,,Object, Object> org.infinispan.notifications.cachelistener.filter.IndexedFilter<Object,Object, Object>
public final class IckleProtobufCacheEventFilterConverter
extends org.infinispan.query.core.impl.eventfilter.IckleCacheEventFilterConverter<Object,Object,Object>
- Since:
- 7.2
- Author:
- anistor@redhat.com
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Field Summary
Fields inherited from class org.infinispan.query.core.impl.eventfilter.IckleCacheEventFilterConverter
filterAndConverter -
Method Summary
Modifier and TypeMethodDescriptionfilterAndConvert(Object key, Object oldValue, org.infinispan.metadata.Metadata oldMetadata, Object newValue, org.infinispan.metadata.Metadata newMetadata, org.infinispan.notifications.cachelistener.filter.EventType eventType) Methods inherited from class org.infinispan.query.core.impl.eventfilter.IckleCacheEventFilterConverter
injectDependenciesMethods inherited from class org.infinispan.notifications.cachelistener.filter.AbstractCacheEventFilterConverter
accept, convertMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.infinispan.notifications.cachelistener.filter.CacheEventConverter
convert, includeOldValue, useRequestFormatMethods inherited from interface org.infinispan.notifications.cachelistener.filter.CacheEventFilter
acceptMethods inherited from interface org.infinispan.notifications.cachelistener.filter.CacheEventFilterConverter
format
-
Method Details
-
filterAndConvert
-