Uses of Package
com.tangosol.util.extractor
Packages that use com.tangosol.util.extractor
Package
Description
This package contains builders for the various CohQL functions.
Contains classes related to partitioned cache implementation of Coherence JCache.
Contains
ValueExtractor
and
ValueUpdater
related classes.-
Classes in com.tangosol.util.extractor used by com.tangosol.coherence.dslquery.functionClassDescriptionTrivial ValueExtractor implementation that does not actually extract anything from the passed value, but returns the value itself.Reflection-based ValueExtractor implementation.
-
Classes in com.tangosol.util.extractor used by com.tangosol.coherence.jcache.partitionedcache
-
Classes in com.tangosol.util.extractor used by com.tangosol.util.extractorClassDescriptionAbstract super class for ValueExtractor implementations that are based on an underlying array of ValueExtractor objects.Abstract base for ValueExtractor implementations.Abstract base for ValueUpdater implementations.Trivial ValueExtractor implementation that does not actually extract anything from the passed value, but returns the value itself.IndexAwareExtractor is an extension to the
ValueExtractor
interface that supports the creation and destruction of anindex
.