PofExtractorExtractFromEntry Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Extracts the value from the passed ICacheEntry object.
Namespace:
Tangosol.Util.Extractor
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic override Object ExtractFromEntry(
ICacheEntry entry
)
Parameters
- entry
- Type: Tangosol.Net.CacheICacheEntry
An Entry object to extract a value from
Return Value
Type:
Object
The extracted value
ExceptionsException | Condition |
---|
NotSupportedException |
Always, as it is expected that this extractor will only be
executed within the cluster.
|
Remarks
This method will always throw a
NotSupportedException
if called directly by the .NET client application, as its execution
is only meaningful within the cluster.
It is expected that this extractor will only be used against
POF-encoded binary entries within a remote partitioned cache.
See Also