Package io.ebean.metric
Interface QueryPlanMetric
-
public interface QueryPlanMetric
Internal Query plan metric holder.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimedMetric
getMetric()
Return the underlying timed metric.void
visit(MetricVisitor visitor)
Visit the underlying metric.
-
-
-
Method Detail
-
getMetric
TimedMetric getMetric()
Return the underlying timed metric.
-
visit
void visit(MetricVisitor visitor)
Visit the underlying metric.
-
-