Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
Simple QueryRecord implementation.
The SimpleQueryRecord..::.PartialResult type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SimpleQueryRecord..::.PartialResult | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
Determines whether the specified (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type.
(Inherited from | ||
Gets the (Inherited from | ||
| IsMatching |
Determine whether or not the given result is capable of being
placed in one-to-one correspondence with this result. Results are
matching if their owned lists of steps have the same size, and
all pairs of steps in the two lists are matching.
| |
Creates a shallow copy of the current (Inherited from | ||
| Merge |
Merge the given result with this one.
| |
| 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_listSteps |
The map of steps.
| |
| m_partMask |
The partitions.
|
Properties
| Name | Description | |
|---|---|---|
| Partitions |
The set of partitions associated with this partial result.
| |
| Steps |
The list of steps for this query record partial result in the
order that they occurred.
|