Interface IPartialResult
An IQueryRecord.PartialResult is a partial query record that contains recorded costs for a query operation. Partial results are collected in a query record by a QueryRecorder.
Namespace: Tangosol.Util
Assembly: Coherence.dll
Syntax
public interface IPartialResult
Properties
Partitions
The set of partitions associated with this partial result.
Declaration
PartitionSet Partitions { get; }
Property Value
| Type | Description |
|---|---|
| PartitionSet |
Steps
The list of steps for this query record partial result in the order that they occurred.
Declaration
IList Steps { get; }
Property Value
| Type | Description |
|---|---|
| IList |