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

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

There is a newer version: 15.6.0
Show newest version
package io.ebeaninternal.metric;

import io.ebean.meta.MetricVisitor;

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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy