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

com.clickhouse.client.api.metrics.Metric Maven / Gradle / Ivy

The newest version!
package com.clickhouse.client.api.metrics;

public interface Metric {

    /**
     * Returns value of the metric as a long.
     * @return value of the metric as a long
     */
    long getLong();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy