Package io.ebean.meta

Interface MetaTimedMetric

    • Method Detail

      • getCount

        long getCount()
        Return the total count.
      • getTotal

        long getTotal()
        Return the total execution time in micros.
      • getMax

        long getMax()
        Return the max execution time in micros.
      • getMean

        long getMean()
        Return the mean execution time in micros.
      • initialCollection

        boolean initialCollection()
        Return true if this is the first metrics collection for this query.

        This can be used to suppress including the SQL and location from metrics content.