Package io.ebean.metric
Interface QueryPlanMetric
public interface QueryPlanMetric
Internal Query plan metric holder.
-
Method Summary
Modifier and Type Method Description TimedMetricgetMetric()Return the underlying timed metric.voidvisit(MetricVisitor visitor)Visit the underlying metric.
-
Method Details
-
getMetric
Return the underlying timed metric. -
visit
Visit the underlying metric.
-