All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.ebean.meta.MetaCountMetric Maven / Gradle / Ivy

There is a newer version: 15.8.0
Show newest version
package io.ebean.meta;

/**
 * Count metrics. For example L2 cache hits.
 */
public interface MetaCountMetric extends MetaMetric {

  /**
   * Return the total count.
   */
  long count();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy