Module io.ebean.api
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
    long
    Return the total count.

    Methods inherited from interface io.ebean.meta.MetaMetric

    name
  • Method Details

    • count

      long count()
      Return the total count.