Class MetricBuilder.SupplierDrivenDescriptiveRatioGauge
java.lang.Object
com.inductiveautomation.ignition.gateway.metrics.DescriptiveRatioGauge
com.inductiveautomation.ignition.gateway.metrics.MetricBuilder.SupplierDrivenDescriptiveRatioGauge
- All Implemented Interfaces:
com.codahale.metrics.Gauge<Double>
,com.codahale.metrics.Metric
,DescriptiveMetric
- Enclosing class:
- MetricBuilder
-
Nested Class Summary
Nested classes/interfaces inherited from class com.inductiveautomation.ignition.gateway.metrics.DescriptiveRatioGauge
DescriptiveRatioGauge.Ratio
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.inductiveautomation.ignition.gateway.metrics.DescriptiveRatioGauge
getDescription, getUnits, getValue
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
-
SupplierDrivenDescriptiveRatioGauge
-
-
Method Details
-
getRatio
- Specified by:
getRatio
in classDescriptiveRatioGauge
- Returns:
- the Ratio which is the gauge's current value
-