public class OMetricRecorder extends Object
Modifier and Type | Field and Description |
---|---|
protected OCommandContext |
context |
Constructor and Description |
---|
OMetricRecorder() |
Modifier and Type | Method and Description |
---|---|
void |
recordInvolvedIndexesMetric(OIndex index) |
void |
recordOrderByOptimizationMetric(boolean indexIsUsedInOrderBy,
boolean fullySortedByIndex) |
void |
recordRangeQueryConvertedInBetween() |
void |
setContext(OCommandContext context) |
protected OCommandContext context
public void setContext(OCommandContext context)
public void recordOrderByOptimizationMetric(boolean indexIsUsedInOrderBy, boolean fullySortedByIndex)
public void recordInvolvedIndexesMetric(OIndex index)
public void recordRangeQueryConvertedInBetween()
Copyright © 2009–2020 OrientDB. All rights reserved.