io.prestosql.hive.$internal.com.codahale.metrics.Counting Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hive-apache Show documentation
Show all versions of hive-apache Show documentation
Shaded version of Apache Hive for Presto
The newest version!
package io.prestosql.hive.$internal.com.codahale.metrics;
/**
* An interface for metric types which have counts.
*/
public interface Counting {
/**
* Returns the current count.
*
* @return the current count
*/
long getCount();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy