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 Classes Modifier and Type Class Description static classIckleProtobufCacheEventFilterConverter.Externalizer
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectfilterAndConvert(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
injectDependencies
-
Methods inherited from class org.infinispan.notifications.cachelistener.filter.AbstractCacheEventFilterConverter
accept, convert
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.infinispan.notifications.cachelistener.filter.CacheEventConverter
convert, useRequestFormat
-
-