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, getValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.inductiveautomation.ignition.gateway.metrics.DescriptiveMetric
getDescription, getUnits
-
Constructor Details
-
SupplierDrivenDescriptiveRatioGauge
-
-
Method Details
-
getRatio
- Specified by:
getRatioin classDescriptiveRatioGauge- Returns:
- the Ratio which is the gauge's current value
-