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

com.codahale.metrics.Metered Maven / Gradle / Ivy

package com.codahale.metrics;

@Deprecated
public interface Metered extends Metric, Counting {

    @Override
    long getCount();

    double getFifteenMinuteRate();

    double getFiveMinuteRate();

    double getMeanRate();

    double getOneMinuteRate();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy