Uses of Class
com.influxdb.client.domain.DecimalPlaces
Packages that use DecimalPlaces
-
Uses of DecimalPlaces in com.influxdb.client.domain
Methods in com.influxdb.client.domain that return DecimalPlacesModifier and TypeMethodDescriptionGaugeViewProperties.getDecimalPlaces()
Get decimalPlacesLinePlusSingleStatProperties.getDecimalPlaces()
Get decimalPlacesSingleStatViewProperties.getDecimalPlaces()
Get decimalPlacesTableViewProperties.getDecimalPlaces()
Get decimalPlacesDecimalPlaces.isEnforced
(Boolean isEnforced) Methods in com.influxdb.client.domain with parameters of type DecimalPlacesModifier and TypeMethodDescriptionGaugeViewProperties.decimalPlaces
(DecimalPlaces decimalPlaces) LinePlusSingleStatProperties.decimalPlaces
(DecimalPlaces decimalPlaces) SingleStatViewProperties.decimalPlaces
(DecimalPlaces decimalPlaces) TableViewProperties.decimalPlaces
(DecimalPlaces decimalPlaces) void
GaugeViewProperties.setDecimalPlaces
(DecimalPlaces decimalPlaces) void
LinePlusSingleStatProperties.setDecimalPlaces
(DecimalPlaces decimalPlaces) void
SingleStatViewProperties.setDecimalPlaces
(DecimalPlaces decimalPlaces) void
TableViewProperties.setDecimalPlaces
(DecimalPlaces decimalPlaces)