Class IckleContinuousQueryProtobufCacheEventFilterConverter
java.lang.Object
- 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 ClassesModifier and TypeClassDescriptionstatic final class -
Field Summary
Fields inherited from class org.infinispan.query.core.impl.continuous.IckleContinuousQueryCacheEventFilterConverter
cacheName, matcher, matcherImplClass, namedParameters, objectFilter, queryCache, queryString -
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) protected voidinjectDependencies(org.infinispan.Cache<?, ?> cache) toString()Methods inherited from class org.infinispan.query.core.impl.continuous.IckleContinuousQueryCacheEventFilterConverter
getMatcher, getNamedParameters, getObjectFilter, getQueryStringMethods inherited from class org.infinispan.notifications.cachelistener.filter.AbstractCacheEventFilterConverter
accept, convertMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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
-
injectDependencies
protected void injectDependencies(org.infinispan.Cache<?, ?> cache) -
filterAndConvert
-
toString
-