All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.ebean.metric.QueryPlanMetric Maven / Gradle / Ivy

There is a newer version: 15.8.0
Show newest version
package io.ebean.metric;

import io.ebean.meta.MetricVisitor;

/**
 * Internal Query plan metric holder.
 */
public interface QueryPlanMetric {

  /**
   * Return the underlying timed metric.
   */
  TimedMetric metric();

  /**
   * Visit the underlying metric.
   */
  void visit(MetricVisitor visitor);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy