Uses of Interface
com.tangosol.util.filter.QueryRecorderFilter

Packages that use QueryRecorderFilter
Package
Description
Contains concrete Filter implementations and related interfaces.
  • Uses of QueryRecorderFilter in com.tangosol.util.filter

    Modifier and Type
    Class
    Description
    class 
    Abstract base class implementation of QueryRecorderFilter.
    class 
    Filter which returns the logical "and" of a filter array.
    class 
    Filter which always evaluates to true.
    class 
    Filter which returns the logical "and" of two other filters.
    class 
    Filter which returns the logical "or" of a filter array.
    class 
    Filter which is a logical operator of a filter array.
    class 
    BetweenFilter<T,E extends Comparable<? super E>>
    Filter which compares the result of a method invocation with a value for "Between" condition.
    class 
    Filter which compares the result of a method invocation with a value.
    class 
    Filter which tests a Collection or Object array value returned from a method invocation for containment of all values in a Set.
    class 
    Filter which tests a Collection or Object array value returned from a method invocation for containment of any value in a Set.
    class 
    Filter which tests a Collection or Object array value returned from a method invocation for containment of a given value.
    class 
    Filter which compares the result of a method invocation with a value for equality.
    class 
    Base Filter implementation for doing extractor-based processing.
    class 
    GreaterEqualsFilter<T,E extends Comparable<? super E>>
    Filter which compares the result of a method invocation with a value for "Greater or Equal" condition.
    class 
    GreaterFilter<T,E extends Comparable<? super E>>
    Filter which compares the result of a method invocation with a value for "Greater" condition.
    class 
    Filter which checks whether the result of a method invocation belongs to a predefined set of values.
    class 
    Filter that limits the underlying filter evaluation only to the specified set of keys.
    class 
    Filter which tests the result of a method invocation for inequality to null.
    class 
    Filter which compares the result of a method invocation with null.
    class 
    LessEqualsFilter<T,E extends Comparable<? super E>>
    Filter which compares the result of a method invocation with a value for "Less or Equals" condition.
    class 
    LessFilter<T,E extends Comparable<? super E>>
    Filter which compares the result of a method invocation with a value for "Less" condition.
    class 
    Filter which compares the result of a method invocation with a value for pattern match.
    class 
    Filter which truncates the results of another filter.
    class 
    Filter which always evaluates to false.
    class 
    Filter which compares the result of a method invocation with a value for inequality.
    class 
    Filter which negates the results of another filter.
    class 
    Filter which returns the logical "or" of two other filters.
    class 
    A java.util.function.Predicate based ExtractorFilter.
    class 
    Filter which uses the regular expression pattern match defined by the String.matches(String) contract.
    class 
    QueryRecorderFilter wrapper class.
    class 
    Filter which returns the logical exclusive or ("xor") of two other filters.