Uses of Interface
com.tangosol.util.comparator.QueryMapComparator
Packages that use QueryMapComparator
Package
Description
Contains classes related to partitioned cache implementation of Coherence JCache.
Contains concrete 
Comparator implementations and related interfaces.Contains 
ValueExtractor and
 ValueUpdater related classes.- 
Uses of QueryMapComparator in com.tangosol.coherence.jcache.partitionedcacheClasses in com.tangosol.coherence.jcache.partitionedcache that implement QueryMapComparatorModifier and TypeClassDescriptionstatic classGet CacheStatistics from binEntry's context for JCache id.
- 
Uses of QueryMapComparator in com.tangosol.util.comparatorClasses in com.tangosol.util.comparator that implement QueryMapComparatorModifier and TypeClassDescriptionclassComposite comparator implementation based on a collection of comparators.classComparator implementation used to compare map entries.classComparator implementation that uses specifiedValueExtractorto extract value(s) to be used for comparison.classComparator that reverses the result of another comparator.classNull-safe delegating comparator.
- 
Uses of QueryMapComparator in com.tangosol.util.extractorClasses in com.tangosol.util.extractor that implement QueryMapComparatorModifier and TypeClassDescriptionclassAbstract super class for ValueExtractor implementations that are based on an underlying array of ValueExtractor objects.classAbstractExtractor<T,E> Abstract base for ValueExtractor implementations.classChainedExtractor<T,E> Composite ValueExtractor implementation based on an array of extractors.classAValueExtractorthat extracts aFragmentfrom a nested property of the target object.classComparisonValueExtractor<T,E extends Number> A synthetic ValueExtractor that returns a result of comparison between two values extracted from the same target.classConditionalExtractor<T,E> An IndexAwareExtractor implementation that is only used to create aConditionalIndex.classDeserializationAccelerator is anIndexAwareExtractorimplementation that is used to create aForwardOnlyMapIndex, which in turn is used for deserialization optimization.classThe EntryExtractor is a base abstract class for special purpose custom ValueExtractor implementations.classAValueExtractorthat is used to extract aFragmentfrom an object.classTrivial ValueExtractor implementation that does not actually extract anything from the passed value, but returns the value itself.classKeyExtractor<T,E> The KeyExtractor is a special purpose ValueExtractor implementation that serves as an indicator that a query should be run against the key objects rather than the values.classComposite ValueExtractor implementation based on an array of extractors.classPofExtractor<T,E> POF-based ValueExtractor implementation.classReflectionExtractor<T,E> Reflection-based ValueExtractor implementation.classScriptValueExtractor<T,E> ScriptValueExtractor is anAbstractExtractorthat wraps a script written in one of the languages supported by Graal VM.classUniversalExtractor<T,E> Universal ValueExtractor implementation.