public interface QueryPlanMetric
Internal Query plan metric holder.
-
Method Summary
Modifier and TypeMethodDescriptionmetric()
Return the underlying timed metric.void
visit
(MetricVisitor visitor) Visit the underlying metric.
-
Method Details
-
metric
TimedMetric metric()Return the underlying timed metric. -
visit
Visit the underlying metric.
-