Uses of Class
com.tangosol.util.filter.AbstractQueryRecorderFilter
Packages that use AbstractQueryRecorderFilter
-
Uses of AbstractQueryRecorderFilter in com.tangosol.util.filter
Subclasses of AbstractQueryRecorderFilter in com.tangosol.util.filterModifier and TypeClassDescriptionclassAlwaysFilter<T>Filter which always evaluates to true.classComparisonFilter<T,E, C> Filter which compares the result of a method invocation with a value.classContainsAllFilter<T,E> Filter which tests aCollectionor Object array value returned from a method invocation for containment of all values in a Set.classContainsAnyFilter<T,E> Filter which tests aCollectionor Object array value returned from a method invocation for containment of any value in a Set.classContainsFilter<T,E> Filter which tests aCollectionor Object array value returned from a method invocation for containment of a given value.classEqualsFilter<T,E> Filter which compares the result of a method invocation with a value for equality.classExtractorFilter<T,E> Base Filter implementation for doing extractor-based processing.classGreaterEqualsFilter<T,E extends Comparable<? super E>> Filter which compares the result of a method invocation with a value for "Greater or Equal" condition.classGreaterFilter<T,E extends Comparable<? super E>> Filter which compares the result of a method invocation with a value for "Greater" condition.classInFilter<T,E> Filter which checks whether the result of a method invocation belongs to a predefined set of values.classFilter that limits the underlying filter evaluation only to the specified set of keys.classIsNotNullFilter<T,E> Filter which tests the result of a method invocation for inequality to null.classIsNullFilter<T,E> Filter which compares the result of a method invocation with null.classLessEqualsFilter<T,E extends Comparable<? super E>> Filter which compares the result of a method invocation with a value for "Less or Equals" condition.classLessFilter<T,E extends Comparable<? super E>> Filter which compares the result of a method invocation with a value for "Less" condition.classLikeFilter<T,E> Filter which compares the result of a method invocation with a value for pattern match.classLimitFilter<T>Filter which truncates the results of another filter.classNeverFilter<T>Filter which always evaluates to false.classNotEqualsFilter<T,E> Filter which compares the result of a method invocation with a value for inequality.classNotFilter<T>Filter which negates the results of another filter.classPredicateFilter<T,E> Ajava.util.function.PredicatebasedExtractorFilter.classRegexFilter<T,E> Filter which uses the regular expression pattern match defined by theString.matches(String)contract.classQueryRecorderFilter wrapper class.