|
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.TraceStep
A 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 | |
|---|---|
QueryRecord.PartialResult.TraceStep |
ensureStep(Filter filter)Ensure an inner nested trace step for the given filter. |
void |
recordDuration(long cMillis)Record the time spent evaluating the filter or applying an index. |
void |
recordPostFilterKeys(int cKeys)Record the number of keys remaining after filter evaluation. |
| Methods inherited from interface com.tangosol.util.QueryRecord.PartialResult.RecordableStep |
|---|
recordExtractor, recordPreFilterKeys |
| Methods inherited from interface com.tangosol.util.QueryRecord.PartialResult.Step |
|---|
getDuration, getEfficiency, getFilterDescription, getIndexLookupRecords, getPostFilterKeySetSize, getPreFilterKeySetSize, getSteps |
| Method Detail |
|---|
void recordPostFilterKeys(int cKeys)
During the scan phase of a query trace plan operation, each entry is evaluated against the filter individually. Each call to trace should record a key set count of 1 and a result key set count of fResult ? 1 : 0 where fResult is the result of a call to EntryFilter.evaluateEntry(Map.Entry).
cKeys - the number of keys remaining after filter evaluationvoid recordDuration(long cMillis)
cMillis - the number of milliseconds spent evaluating the filterQueryRecord.PartialResult.TraceStep ensureStep(Filter filter)
filter - the filter to associate the new step with
|
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 | |||||||