Interface OCounter
- All Superinterfaces:
OMetric
- All Known Implementing Classes:
DropWizardCounter
Created by Enrico Risa on 09/07/2018.
-
Method Summary
Methods inherited from interface com.orientechnologies.agent.profiler.metrics.OMetric
getDescription, getName, getUnitOfMeasure
-
Method Details
-
inc
default void inc() -
inc
default void inc(long n) -
dec
default void dec() -
dec
default void dec(long n) -
getCount
default long getCount()
-