Uses of Interface
com.tangosol.util.filter.EntryFilter
Packages that use EntryFilter
Package
Description
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 concrete
Filter implementations and related interfaces.-
Uses of EntryFilter in com.tangosol.coherence.jcache.common
Classes in com.tangosol.coherence.jcache.common that implement EntryFilterModifier and TypeClassDescriptionclassServer side filter to filter out both coherence and jcache synthetic events. -
Uses of EntryFilter in com.tangosol.coherence.jcache.localcache
Classes in com.tangosol.coherence.jcache.localcache that implement EntryFilterModifier and TypeClassDescriptionstatic classServer side filter to filter out both coherence and jcache synthetic events. -
Uses of EntryFilter in com.tangosol.coherence.jcache.partitionedcache
Classes in com.tangosol.coherence.jcache.partitionedcache that implement EntryFilterModifier and TypeClassDescriptionstatic classNonSyntheticEntryFilterstatic classServer side filter for JCache ExpiryCacheEvents. -
Uses of EntryFilter in com.tangosol.util.filter
Subinterfaces of EntryFilter in com.tangosol.util.filterModifier and TypeInterfaceDescriptioninterfaceIndexAwareFilter<K,V> IndexAwareFilter is an extension to the EntryFilter interface that allows a filter to use a Map index to fully or partially evaluate itself.Classes in com.tangosol.util.filter that implement EntryFilterModifier and TypeClassDescriptionclassFilter which returns the logical "and" of a filter array.classAlwaysFilter<T>Filter which always evaluates to true.classFilter which returns the logical "and" of two other filters.classFilter which returns the logical "or" of a filter array.classFilter which is a logical operator of a filter array.classBetweenFilter<T,E extends Comparable<? super E>> Filter which compares the result of a method invocation with a value for "Between" condition.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.classKeyFilter<T>EntryFilter which checks whether an entry key belongs to a set.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.classFilter which returns the logical "or" of two other filters.classFilter which limits the scope of another filter to those entries that have keys that belong to the specified partition set.classPredicateFilter<T,E> Ajava.util.function.PredicatebasedExtractorFilter.classFilter which returns true forInvocableMap.Entryobjects that currently exist in a Map.classPriorityFilter is used to explicitly control the scheduling priority and timeouts for execution of filter-based methods.classRegexFilter<T,E> Filter which uses the regular expression pattern match defined by theString.matches(String)contract.classQueryRecorderFilter wrapper class.classFilter which returns the logical exclusive or ("xor") of two other filters.