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.
    default long
    Deprecated.

    Methods inherited from interface io.ebean.meta.MetaMetric

    getName, name
  • Method Details

    • count

      long count()
      Return the total count.
    • getCount

      @Deprecated default long getCount()
      Deprecated.
      Migrate to count()