Uses of Class
org.infinispan.query.core.impl.eventfilter.IckleFilterAndConverter
Packages that use IckleFilterAndConverter
Package
Description
Query-core implementation.
Filters based on Ickle queries.
-
Uses of IckleFilterAndConverter in org.infinispan.query.core.impl
Methods in org.infinispan.query.core.impl that return IckleFilterAndConverterModifier and TypeMethodDescriptionprotected final IckleFilterAndConverterQueryEngine.createAndWireFilter(String queryString, Map<String, Object> namedParameters) protected IckleFilterAndConverterQueryEngine.createFilter(String queryString, Map<String, Object> namedParameters) -
Uses of IckleFilterAndConverter in org.infinispan.query.core.impl.eventfilter
Fields in org.infinispan.query.core.impl.eventfilter declared as IckleFilterAndConverterModifier and TypeFieldDescriptionprotected final IckleFilterAndConverter<K,V> IckleCacheEventFilterConverter.filterAndConverterMethods in org.infinispan.query.core.impl.eventfilter that return IckleFilterAndConverterModifier and TypeMethodDescriptionIckleFilterAndConverter.IckleFilterAndConverterExternalizer.readObject(ObjectInput input) Methods in org.infinispan.query.core.impl.eventfilter that return types with arguments of type IckleFilterAndConverterModifier and TypeMethodDescriptionSet<Class<? extends IckleFilterAndConverter>>IckleFilterAndConverter.IckleFilterAndConverterExternalizer.getTypeClasses()Methods in org.infinispan.query.core.impl.eventfilter with parameters of type IckleFilterAndConverterModifier and TypeMethodDescriptionvoidIckleFilterAndConverter.IckleFilterAndConverterExternalizer.writeObject(ObjectOutput output, IckleFilterAndConverter filterAndConverter) Constructors in org.infinispan.query.core.impl.eventfilter with parameters of type IckleFilterAndConverterModifierConstructorDescriptionIckleCacheEventFilterConverter(IckleFilterAndConverter<K, V> filterAndConverter)