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 various generic utilities.
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.utilClassDescriptionA
ValueExtractor
that extracts aFragment
from a nested property of the target object.AValueExtractor
that is used to extract aFragment
from an object.Trivial ValueExtractor implementation that does not actually extract anything from the passed value, but returns the value itself.POF-based ValueExtractor implementation.ScriptValueExtractor is anAbstractExtractor
that wraps a script written in one of the languages supported by Graal VM. -
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
.