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

com.firefly.db.MetricReporterFactory Maven / Gradle / Ivy

package com.firefly.db;

import com.codahale.metrics.MetricRegistry;
import com.codahale.metrics.ScheduledReporter;

/**
 * @author Pengtao Qiu
 */
public interface MetricReporterFactory {

    ScheduledReporter getScheduledReporter();

    MetricRegistry getMetricRegistry();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy