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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getCount()
Return the total count.-
Methods inherited from interface io.ebean.meta.MetaMetric
getName
-
-
-
-
Method Detail
-
getCount
long getCount()
Return the total count.
-
-