Class DropWizardCounter
java.lang.Object
com.orientechnologies.agent.profiler.metrics.dropwizard.DropWizardBase
com.orientechnologies.agent.profiler.metrics.dropwizard.DropWizardGeneric<com.codahale.metrics.Counter>
com.orientechnologies.agent.profiler.metrics.dropwizard.DropWizardCounter
public class DropWizardCounter
extends DropWizardGeneric<com.codahale.metrics.Counter>
implements OCounter
Created by Enrico Risa on 11/07/2018.
-
Field Summary
Fields inherited from class com.orientechnologies.agent.profiler.metrics.dropwizard.DropWizardGeneric
metric -
Constructor Summary
ConstructorsConstructorDescriptionDropWizardCounter(com.codahale.metrics.Counter counter, String name, String description) -
Method Summary
Methods inherited from class com.orientechnologies.agent.profiler.metrics.dropwizard.DropWizardGeneric
getMetricMethods inherited from class com.orientechnologies.agent.profiler.metrics.dropwizard.DropWizardBase
getDescription, getName, getUnitOfMeasureMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.orientechnologies.agent.profiler.metrics.OMetric
getDescription, getName, getUnitOfMeasure
-
Constructor Details
-
DropWizardCounter
-
-
Method Details
-
inc
public void inc() -
inc
public void inc(long n) -
dec
public void dec() -
dec
public void dec(long n) -
getCount
public long getCount()
-