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

com.orientechnologies.agent.profiler.metrics.OMetric Maven / Gradle / Ivy

The newest version!
package com.orientechnologies.agent.profiler.metrics;

/** Created by Enrico Risa on 11/07/2018. */
public interface OMetric {

  String getName();

  String getDescription();

  default String getUnitOfMeasure() {
    return "";
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy