|
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.RecordableStep
A QueryRecord.RecordableStep is a step that provides the ability to record the cost of evaluating a filter as part of a query operation.
| Method Summary | |
|---|---|
void |
recordExtractor(ValueExtractor extractor)Record all relevant index information for any index associated with the given extractor (e.g. index lookup and range scan). |
void |
recordPreFilterKeys(int cKeys)Record the number of keys passed to the filter for evaluation. |
| Methods inherited from interface com.tangosol.util.QueryRecord.PartialResult.Step |
|---|
getDuration, getEfficiency, getFilterDescription, getIndexLookupRecords, getPostFilterKeySetSize, getPreFilterKeySetSize, getSteps |
| Method Detail |
|---|
void recordPreFilterKeys(int cKeys)
During the scan phase of a query trace operation, each entry is individually evaluated against the filter. Each call to trace should record a key count of 1.
cKeys - the number of keys to be evaluatedvoid recordExtractor(ValueExtractor extractor)
extractor - the extractor associated with the filter for this step
|
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 | |||||||