Uses of Package
com.tangosol.util.filter
Package
Description
This package contains implementations of the
BaseOperator
interface.Common utilities used by Coherence JCache.
Contains classes related to local cache implementation of Coherence JCache.
Contains classes related to partitioned cache implementation of Coherence JCache.
Contains classes related to pass-through cache implementation of Coherence JCache.
Contains classes providing various caching strategies.
Contains interfaces and classes related to partitioned services.
Contains various generic utilities.
Contains concrete
Filter
implementations and related interfaces.-
ClassDescriptionFilter which returns the logical "and" of a filter array.Filter which returns the logical "or" of a filter array.Filter which compares the result of a method invocation with a value for "Between" condition.Filter which compares the result of a method invocation with a value.Filter which tests a
Collection
or Object array value returned from a method invocation for containment of all values in a Set.Filter which tests aCollection
or Object array value returned from a method invocation for containment of any value in a Set.Filter which tests aCollection
or Object array value returned from a method invocation for containment of a given value.Filter which compares the result of a method invocation with a value for pattern match. -
ClassDescriptionEntryFilter provides an extension to Filter for those cases in which both a key and a value may be necessary to evaluate the conditional inclusion of a particular object.
-
ClassDescriptionEntryFilter provides an extension to Filter for those cases in which both a key and a value may be necessary to evaluate the conditional inclusion of a particular object.
-
ClassDescriptionEntryFilter provides an extension to Filter for those cases in which both a key and a value may be necessary to evaluate the conditional inclusion of a particular object.
-
ClassDescriptionFilter which evaluates the content of a MapEvent object according to the specified criteria.
-
ClassDescriptionFilter which evaluates the content of a MapEvent object according to the specified criteria.
-
ClassDescriptionFilter which limits the scope of another filter to those entries that have keys that belong to the specified partition set.
-
ClassDescriptionFilter that limits the underlying filter evaluation only to the specified set of keys.Filter which limits the scope of another filter according to the key association information.Filter which truncates the results of another filter.Filter which limits the scope of another filter to those entries that have keys that belong to the specified partition set.
-
ClassDescriptionAbstract base class implementation of
QueryRecorderFilter
.Filter which returns the logical "and" of a filter array.Filter which always evaluates to true.Filter which returns the logical "and" of two other filters.Filter which returns the logical "or" of a filter array.Filter which is a logical operator of a filter array.Filter which compares the result of a method invocation with a value.EntryFilter provides an extension to Filter for those cases in which both a key and a value may be necessary to evaluate the conditional inclusion of a particular object.Filter which compares the result of a method invocation with a value for equality.Base Filter implementation for doing extractor-based processing.IndexAwareFilter is an extension to the EntryFilter interface that allows a filter to use a Map index to fully or partially evaluate itself.Filter which evaluates the content of a MapEvent object according to the specified criteria.Filter which always evaluates to false.Filter which compares the result of a method invocation with a value for inequality.Filter which returns true forInvocableMap.Entry
objects that currently exist in a Map.QueryRecorderFilter is an extension of EntryFilter that allows the projected or actual costs of query execution to be recorded.