Class DescriptiveGauge<T>
java.lang.Object
com.inductiveautomation.ignition.gateway.metrics.DescriptiveGauge<T>
- All Implemented Interfaces:
- com.codahale.metrics.Gauge<T>,- com.codahale.metrics.Metric,- DescriptiveMetric
public class DescriptiveGauge<T>
extends Object
implements com.codahale.metrics.Gauge<T>, DescriptiveMetric
- 
Constructor SummaryConstructors
- 
Method SummaryMethods 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- 
DescriptiveGauge
 
- 
- 
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
 
- 
getValue- Specified by:
- getValuein interface- com.codahale.metrics.Gauge<T>
 
 
-