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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Return the metric name.
-