Package io.ebean.meta
Interface MetaCountMetric
- All Superinterfaces:
MetaMetric
- All Known Subinterfaces:
CountMetricStats
Count metrics. For example L2 cache hits.
-
Method Summary
Methods inherited from interface io.ebean.meta.MetaMetric
getName, name
-
Method Details
-
count
long count()Return the total count. -
getCount
Deprecated.Migrate to count()
-