io.ebean.meta.MetaCountMetric Maven / Gradle / Ivy
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