Class DescriptiveTimer
java.lang.Object
com.codahale.metrics.Timer
com.inductiveautomation.ignition.gateway.metrics.DescriptiveTimer
- All Implemented Interfaces:
- com.codahale.metrics.Counting,- com.codahale.metrics.Metered,- com.codahale.metrics.Metric,- com.codahale.metrics.Sampling,- DescriptiveMetric
- 
Nested Class SummaryNested classes/interfaces inherited from class com.codahale.metrics.Timercom.codahale.metrics.Timer.Context
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.codahale.metrics.TimergetCount, getFifteenMinuteRate, getFiveMinuteRate, getMeanRate, getOneMinuteRate, getSnapshot, time, time, time, timeSupplier, update, updateMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.inductiveautomation.ignition.gateway.metrics.DescriptiveMetricgetDescription, getUnits
- 
Constructor Details- 
DescriptiveTimer
 
- 
- 
Method Details- 
getDescriptionDescription copied from interface:DescriptiveMetricA short description of what this metric represents. For example "JVM Heap Size" or "Thread Count" or "Subsystem X script executions"- Specified by:
- getDescriptionin interface- DescriptiveMetric
 
- 
getUnitsDescription copied from interface:DescriptiveMetricA short string representing the units of this metric. For example "MB" or "threads" or "executions"- Specified by:
- getUnitsin interface- DescriptiveMetric
 
 
-