Package io.ebean.meta

Interface MetaMetric

All Known Subinterfaces:
CountMetricStats, MetaCountMetric, MetaQueryMetric, MetaTimedMetric, TimedMetricStats

public interface MetaMetric
Metrics collected by Ebean including timed metrics and counters.
  • Method Summary

    Modifier and Type Method Description
    String getName()
    Return the metric name.
  • Method Details