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