-
public interface QueryPlanMetricInternal Query plan metric holder.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimedMetricmetric()Return the underlying timed metric.voidvisit(MetricVisitor visitor)Visit the underlying metric.
-
-
-
Method Detail
-
metric
TimedMetric metric()
Return the underlying timed metric.
-
visit
void visit(MetricVisitor visitor)
Visit the underlying metric.
-
-