Package io.ebean.meta
Interface MetaCountMetric
- All Superinterfaces:
MetaMetric
- All Known Subinterfaces:
CountMetricStats
public interface MetaCountMetric extends MetaMetric
Count metrics. For example L2 cache hits.
-
Method Summary
Modifier and Type Method Description longgetCount()Return the total count.Methods inherited from interface io.ebean.meta.MetaMetric
getName
-
Method Details
-
getCount
long getCount()Return the total count.
-