All Superinterfaces:
OMetric
All Known Implementing Classes:
DropWizardMeter

public interface OMeter extends OMetric
Created by Enrico Risa on 09/07/2018.
  • Method Summary

    Modifier and Type
    Method
    Description
    default long
     
    default void
     
    default void
    mark(long n)
     

    Methods inherited from interface com.orientechnologies.agent.profiler.metrics.OMetric

    getDescription, getName, getUnitOfMeasure
  • Method Details

    • mark

      default void mark()
    • mark

      default void mark(long n)
    • getCount

      default long getCount()