Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
Assembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
System..::.Object
Tangosol.Util.Extractor..::.AbstractExtractor
Tangosol.Util.Extractor..::.EntryExtractor
E22844-03
The EntryExtractor is a base abstract class for special
purpose custom IValueExtractor implementations.
Namespace:
Tangosol.Util.ExtractorAssembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
Syntax
| C# |
|---|
public abstract class EntryExtractor : AbstractExtractor, IPortableObject |
Remarks
It allows them to extract a desired value using all available
information on the corresponding ICacheEntry object
and is intended to be used in advanced custom scenarios, when
application code needs to look at both key and value at the same time
or can make some very specific assumptions regarding to the
implementation details of the underlying Entry object.
As of Coherence 3.5, the same behavior can be achieved by subclasses
of the AbstractExtractor by overriding the
ExtractFromEntry(ICacheEntry).
Inheritance Hierarchy
Tangosol.Util.Extractor..::.AbstractExtractor
Tangosol.Util.Extractor..::.EntryExtractor