Class DescriptiveCounter
java.lang.Object
com.codahale.metrics.Counter
com.inductiveautomation.ignition.gateway.metrics.DescriptiveCounter
- All Implemented Interfaces:
com.codahale.metrics.Counting
,com.codahale.metrics.Metric
,DescriptiveMetric
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.codahale.metrics.Counter
dec, dec, getCount, inc, inc
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.inductiveautomation.ignition.gateway.metrics.DescriptiveMetric
getDescription, getUnits
-
Constructor Details
-
DescriptiveCounter
-
-
Method Details
-
getDescription
Description copied from interface:DescriptiveMetric
A short description of what this metric represents. For example "JVM Heap Size" or "Thread Count" or "Subsystem X script executions"- Specified by:
getDescription
in interfaceDescriptiveMetric
-
getUnits
Description copied from interface:DescriptiveMetric
A short string representing the units of this metric. For example "MB" or "threads" or "executions"- Specified by:
getUnits
in interfaceDescriptiveMetric
-