Uses of Enum Class
com.influxdb.client.domain.InfluxQLQuery.InfluxQLPrecision
Packages that use InfluxQLQuery.InfluxQLPrecision
-
Uses of InfluxQLQuery.InfluxQLPrecision in com.influxdb.client.domain
Methods in com.influxdb.client.domain that return InfluxQLQuery.InfluxQLPrecisionModifier and TypeMethodDescriptionInfluxQLQuery.getPrecision()
InfluxQLQuery.InfluxQLPrecision.toTimePrecision
(TimeUnit t) Returns the enum constant of this class with the specified name.static InfluxQLQuery.InfluxQLPrecision[]
InfluxQLQuery.InfluxQLPrecision.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.influxdb.client.domain with parameters of type InfluxQLQuery.InfluxQLPrecisionModifier and TypeMethodDescriptionInfluxQLQuery.setPrecision
(InfluxQLQuery.InfluxQLPrecision precision)