Uses of Package
com.tangosol.util.filter
-
Packages that use com.tangosol.util.filter Package Description com.tangosol.coherence.dslquery.operator This package contains implementations of theBaseOperator
interface.com.tangosol.coherence.jcache.common Common utilities used by Coherence JCache.com.tangosol.coherence.jcache.localcache Contains classes related to local cache implementation of Coherence JCache.com.tangosol.coherence.jcache.partitionedcache Contains classes related to partitioned cache implementation of Coherence JCache.com.tangosol.coherence.jcache.passthroughcache Contains classes related to pass-through cache implementation of Coherence JCache.com.tangosol.net.cache Contains classes providing various caching strategies.com.tangosol.net.partition Contains interfaces and classes related to partitioned services.com.tangosol.util Contains various generic utilities.com.tangosol.util.filter Contains concreteFilter
implementations and related interfaces. -
Classes in com.tangosol.util.filter used by com.tangosol.coherence.dslquery.operator Class Description AllFilter Filter which returns the logical "and" of a filter array.AnyFilter Filter which returns the logical "or" of a filter array.BetweenFilter Filter which compares the result of a method invocation with a value for "Between" condition.ComparisonFilter Filter which compares the result of a method invocation with a value.ContainsAllFilter Filter which tests aCollection
or Object array value returned from a method invocation for containment of all values in a Set.ContainsAnyFilter Filter which tests aCollection
or Object array value returned from a method invocation for containment of any value in a Set.ContainsFilter Filter which tests aCollection
or Object array value returned from a method invocation for containment of a given value.LikeFilter Filter which compares the result of a method invocation with a value for pattern match. -
Classes in com.tangosol.util.filter used by com.tangosol.coherence.jcache.common Class Description EntryFilter 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. -
Classes in com.tangosol.util.filter used by com.tangosol.coherence.jcache.localcache Class Description EntryFilter 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. -
Classes in com.tangosol.util.filter used by com.tangosol.coherence.jcache.partitionedcache Class Description EntryFilter 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. -
Classes in com.tangosol.util.filter used by com.tangosol.coherence.jcache.passthroughcache Class Description MapEventFilter Filter which evaluates the content of a MapEvent object according to the specified criteria. -
Classes in com.tangosol.util.filter used by com.tangosol.net.cache Class Description MapEventFilter Filter which evaluates the content of a MapEvent object according to the specified criteria. -
Classes in com.tangosol.util.filter used by com.tangosol.net.partition Class Description PartitionedFilter Filter which limits the scope of another filter to those entries that have keys that belong to the specified partition set. -
Classes in com.tangosol.util.filter used by com.tangosol.util Class Description InKeySetFilter Filter that limits the underlying filter evaluation only to the specified set of keys.KeyAssociatedFilter Filter which limits the scope of another filter according to the key association information.LimitFilter Filter which truncates the results of another filter.PartitionedFilter Filter which limits the scope of another filter to those entries that have keys that belong to the specified partition set. -
Classes in com.tangosol.util.filter used by com.tangosol.util.filter Class Description AbstractQueryRecorderFilter Abstract base class implementation ofQueryRecorderFilter
.AllFilter Filter which returns the logical "and" of a filter array.AlwaysFilter Filter which always evaluates to true.AndFilter Filter which returns the logical "and" of two other filters.AnyFilter Filter which returns the logical "or" of a filter array.ArrayFilter Filter which is a logical operator of a filter array.ComparisonFilter Filter which compares the result of a method invocation with a value.EntryFilter 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.EqualsFilter Filter which compares the result of a method invocation with a value for equality.ExtractorFilter Base Filter implementation for doing extractor-based processing.GreaterFilter Filter which compares the result of a method invocation with a value for "Greater" condition.IndexAwareFilter IndexAwareFilter is an extension to the EntryFilter interface that allows a filter to use a Map index to fully or partially evaluate itself.LessFilter Filter which compares the result of a method invocation with a value for "Less" condition.MapEventFilter Filter which evaluates the content of a MapEvent object according to the specified criteria.NeverFilter Filter which always evaluates to false.NotEqualsFilter Filter which compares the result of a method invocation with a value for inequality.PresentFilter Filter which returns true forInvocableMap.Entry
objects that currently exist in a Map.QueryRecorderFilter QueryRecorderFilter is an extension of EntryFilter that allows the projected or actual costs of query execution to be recorded.