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

com.emc.mongoose.api.metrics.MeterMBean Maven / Gradle / Ivy

There is a newer version: 4.0.0-alpha5
Show newest version
package com.emc.mongoose.api.metrics;

import java.io.Closeable;

/**
 Created by andrey on 05.07.17.
 */
public interface MeterMBean
extends Closeable, MetricsListener, MetricsContext.Snapshot {
	String METRICS_DOMAIN = MeterMBean.class.getPackage().getName();
	String KEY_LOAD_TYPE = "loadType";
	String KEY_STORAGE_DRIVER_COUNT = "storageDriverCount";
	String KEY_STORAGE_DRIVER_CONCURRENCY = "storageDriverConcurrency";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy