Module io.ebean.api

Interface QueryPlanMetric


public interface QueryPlanMetric
Internal Query plan metric holder.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the underlying timed metric.
    void
    Visit the underlying metric.
  • Method Details

    • metric

      TimedMetric metric()
      Return the underlying timed metric.
    • visit

      void visit(MetricVisitor visitor)
      Visit the underlying metric.