Oracle® Coherence .NET API Reference Release 3.6
E15727-01
E15727-01
Contains various extractor implementations.
Classes
| Class | Description | |
|---|---|---|
| AbstractCompositeExtractor |
Abstract base class for IValueExtractor implementations
that are based on an underlying array of IValueExtractor
objects.
| |
| AbstractExtractor |
Abstract base for IValueExtractor implementations.
| |
| ChainedExtractor |
Composite IValueExtractor implementation based on an
array of extractors.
| |
| ComparisonValueExtractor |
A synthetic IValueExtractor that returns a result of
comparison between two values extracted from the same target.
| |
| CompositeUpdater |
An IValueUpdater implementation based on an
extractor-updater pair.
| |
| EntryExtractor |
The EntryExtractor is a base abstract class for special
purpose custom IValueExtractor implementations.
| |
| IdentityExtractor |
Trivial IValueExtractor implementation that does not
actually extract anything from the passed value, but returns the
value itself.
| |
| KeyExtractor |
The KeyExtractor is a special purpose IValueExtractor
implementation that serves as an indicator that a query should be run
against the key objects rather than the values.
| |
| MultiExtractor |
Composite IValueExtractor implementation based on an
array of extractors.
| |
| PofExtractor |
POF-based IValueExtractor implementation.
PofExtractor takes advantage of POF's indexed state to extract part of
an object without needing to deserialize the entire object.
| |
| PofUpdater |
POF-based IValueUpdater implementation.
| |
| ReflectionExtractor |
Reflection-based IValueExtractor implementation.
| |
| ReflectionUpdater |
Reflection-based IValueUpdater implementation.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| ComparisonValueExtractor..::.StreamFormat |
Serialization format.
|