|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
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 | |
|---|---|
static interface |
QueryRecord.PartialResult.ExplainStepA QueryRecord.ExplainStep is a QueryRecord.PartialResult.RecordableStep that provides the ability to record the estimated cost of evaluating a filter as part of a query operation. |
static interface |
QueryRecord.PartialResult.IndexLookupRecordAn IndexLookupRecord holds the recorded information about an index lookup performed during filter evaluation as part of a query record. |
static interface |
QueryRecord.PartialResult.RecordableStepA QueryRecord.RecordableStep is a step that provides the ability to record the cost of evaluating a filter as part of a query operation. |
static interface |
QueryRecord.PartialResult.StepA QueryRecord.Step carries the recorded cost of evaluating a filter as part of a query operation. |
static interface |
QueryRecord.PartialResult.TraceStepA QueryRecord.TraceStep is a QueryRecord.PartialResult.RecordableStep that provides the ability to record the information associated with the actual cost of evaluating a filter as part of a query operation. |
| Method Summary | |
|---|---|
PartitionSet |
getPartitions()Get the set of partitions associated with this partial result. |
java.util.List |
getSteps()Get the list of steps for this query record partial result in the order that they occurred. |
| Method Detail |
|---|
java.util.List getSteps()
PartitionSet getPartitions()
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||