Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
The AbstractExtractor type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AbstractExtractor | Initializes a new instance of the AbstractExtractor class |
Methods
| Name | Description | |
|---|---|---|
| Compare |
Compares its two arguments for order.
| |
| CompareEntries |
Compare two entries.
| |
Determines whether the specified (Inherited from | ||
| Extract |
Extract the value from the passed object.
| |
| ExtractFromEntry |
Extract the value from the passed Entry object. The returned
value should follow the conventions outlined in the
Extract(Object) method.
| |
| ExtractOriginalFromEntry |
Extract the value from the "original value" of the passed
CacheEntry object. This method's conventions are exactly the same
as the ExtractFromEntry(ICacheEntry) method.
| |
Allows an (Inherited from | ||
Serves as a hash function for a particular type.
(Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Returns a (Inherited from |
Fields
| Name | Description | |
|---|---|---|
| KEY |
Indicates that the ExtractFromEntry(ICacheEntry) operation
should use the Entry's value.
| |
| m_target |
Specifies which part of the entry should be used by the
ExtractFromEntry(ICacheEntry) operation. Legal values are
VALUE (default) or KEY.
| |
| VALUE |
Indicates that the ExtractFromEntry(ICacheEntry) operation
should use the Entry's value.
|