Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
Simple IPartialResult implementation.
The SimpleQueryRecord..::.PartialResult..::.IndexLookupRecord type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SimpleQueryRecord..::.PartialResult..::.IndexLookupRecord | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Equals |
Checks two cache entries for equality.
(Overrides | |
Allows an (Inherited from | ||
| GetHashCode |
Generates hash code for this CacheEntry. (Overrides | |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| ReadExternal |
Restore the contents of a user type instance by reading its state
using the specified IPofReader object.
| |
Returns a (Inherited from | ||
| WriteExternal |
Save the contents of a POF user type instance by writing its
state using the specified IPofWriter object.
|
Fields
| Name | Description | |
|---|---|---|
| m_fOrdered |
Indicates whether or not the associated index is ordered.
| |
| m_sExtractor |
The extractor description.
| |
| m_sIndex |
The index description.
|
Properties
| Name | Description | |
|---|---|---|
| ExtractorDescription |
A description of the extractor that was used for the index lookup.
| |
| IndexDescription |
A description of the associated index.
| |
| IsOrdered |
Indicates whether or not the associated index is ordered.
|