Package io.ebean.metric
Interface QueryPlanMetric
public interface QueryPlanMetric
Internal Query plan metric holder.
-
Method Summary
Modifier and TypeMethodDescriptiondefault TimedMetricDeprecated.metric()Return the underlying timed metric.voidvisit(MetricVisitor visitor) Visit the underlying metric.
-
Method Details
-
metric
Return the underlying timed metric. -
getMetric
Deprecated.Deprecated migrate to metric(). -
visit
Visit the underlying metric.
-