Class IckleContinuousQueryProtobufCacheEventFilterConverter
-
- 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 IckleContinuousQueryProtobufCacheEventFilterConverter extends org.infinispan.query.core.impl.continuous.IckleContinuousQueryCacheEventFilterConverter<Object,Object,Object>
- Since:
- 8.0
- Author:
- anistor@redhat.com
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIckleContinuousQueryProtobufCacheEventFilterConverter.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)protected voidinjectDependencies(org.infinispan.Cache<?,?> cache)StringtoString()-
Methods inherited from class org.infinispan.query.core.impl.continuous.IckleContinuousQueryCacheEventFilterConverter
getMatcher, getNamedParameters, getObjectFilter, getQueryString
-
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, wait, wait, wait
-
Methods inherited from interface org.infinispan.notifications.cachelistener.filter.CacheEventConverter
convert, useRequestFormat
-
-
-
-
Method Detail
-
injectDependencies
protected void injectDependencies(org.infinispan.Cache<?,?> cache)
-
filterAndConvert
public Object filterAndConvert(Object key, Object oldValue, org.infinispan.metadata.Metadata oldMetadata, Object newValue, org.infinispan.metadata.Metadata newMetadata, org.infinispan.notifications.cachelistener.filter.EventType eventType)
-
-