Class NBMetricCounter
java.lang.Object
com.codahale.metrics.Counter
io.nosqlbench.nb.api.engine.metrics.instruments.NBMetricCounter
- All Implemented Interfaces:
com.codahale.metrics.Counting,com.codahale.metrics.Metric,NBMetric,NBLabeledElement
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.nosqlbench.nb.api.labels.NBLabeledElement
NBLabeledElement.BasicLabeledElement -
Field Summary
Fields inherited from interface io.nosqlbench.nb.api.labels.NBLabeledElement
EMPTY -
Constructor Summary
ConstructorsConstructorDescriptionNBMetricCounter(NBLabels labels, String description, MetricCategory... categories) -
Method Summary
Methods inherited from class com.codahale.metrics.Counter
dec, dec, getCount, inc, incMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.nosqlbench.nb.api.labels.NBLabeledElement
description
-
Constructor Details
-
NBMetricCounter
-
-
Method Details
-
getLabels
- Specified by:
getLabelsin interfaceNBLabeledElement
-
typeName
-
getDescription
- Specified by:
getDescriptionin interfaceNBMetric
-
getCategories
- Specified by:
getCategoriesin interfaceNBMetric
-
toString
-