Package com.tangosol.util
Interface QueryRecord.PartialResult
- All Known Implementing Classes:
 SimpleQueryRecord.PartialResult
- Enclosing interface:
 QueryRecord
public static interface QueryRecord.PartialResult
A QueryRecord.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.- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceA QueryRecord.ExplainStep is aQueryRecord.PartialResult.RecordableStepthat provides the ability to record the estimated cost of evaluating a filter as part of a query operation.static interfaceAn IndexLookupRecord holds the recorded information about an index lookup performed during filter evaluation as part of a query record.static interfaceA QueryRecord.RecordableStep is astepthat provides the ability to record the cost of evaluating a filter as part of a query operation.static interfaceA QueryRecord.Step carries the recorded cost of evaluating a filter as part of a query operation.static interfaceA QueryRecord.TraceStep is aQueryRecord.PartialResult.RecordableStepthat provides the ability to record the information associated with the actual cost of evaluating a filter as part of a query operation. - 
Method Summary
Modifier and TypeMethodDescriptionGet the set of partitions associated with this partial result.List<? extends QueryRecord.PartialResult.Step> getSteps()Get the list of steps for this query record partial result in the order that they occurred. 
- 
Method Details
- 
getSteps
List<? extends QueryRecord.PartialResult.Step> getSteps()Get the list of steps for this query record partial result in the order that they occurred.- Returns:
 - the list of steps
 
 - 
getPartitions
PartitionSet getPartitions()Get the set of partitions associated with this partial result.- Returns:
 - the partition set
 
 
 -