Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
12c (12.2.1.4.0)
E90869-02
The EntryComparer type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CompareEntry |
Check whether or not this EntryComparer pass entries themselves
for comparison to the underlying
CompareEntries(IQueryCacheEntry, IQueryCacheEntry) method.
| |
| CompareKey |
Check whether or not this EntryComparer uses entries' keys to
pass for comparison to the underlying IComparer.
| |
| Comparer |
The wrapped IComparer.
(Inherited from SafeComparer.) | |
| CompareValue |
Check whether or not this EntryComparer uses entries' values to
pass for comparison to the underlying IComparer.
| |
| ComparisonStyle |
Obtain the comparison style value utilized by this EntryComparer.
| |
| IsCompareEntry | Obsolete.
Check whether or not this EntryComparer pass entries themselves
for comparison to the underlying
CompareEntries(IQueryCacheEntry, IQueryCacheEntry) method.
| |
| IsCompareKey | Obsolete.
Check whether or not this EntryComparer uses entries' keys to
pass for comparison to the underlying IComparer.
| |
| IsCompareValue | Obsolete.
Check whether or not this EntryComparer uses entries' values to
pass for comparison to the underlying IComparer.
|