Uses of Class
com.influxdb.client.domain.InfluxQLQuery
Packages that use InfluxQLQuery
-
Uses of InfluxQLQuery in com.influxdb.client
Methods in com.influxdb.client with parameters of type InfluxQLQueryModifier and TypeMethodDescriptionInfluxQLQueryApi.query(InfluxQLQuery influxQlQuery) Executes an InfluxQL query against the legacy endpoint.InfluxQLQueryApi.query(InfluxQLQuery influxQlQuery, InfluxQLQueryResult.Series.ValueExtractor valueExtractor) Executes an InfluxQL query against the legacy endpoint. -
Uses of InfluxQLQuery in com.influxdb.client.domain
Methods in com.influxdb.client.domain that return InfluxQLQueryModifier and TypeMethodDescriptionInfluxQLQuery.setPrecision(InfluxQLQuery.InfluxQLPrecision precision) InfluxQLQuery.setRetentionPolicy(String retentionPolicy) -
Uses of InfluxQLQuery in com.influxdb.client.internal
Methods in com.influxdb.client.internal with parameters of type InfluxQLQueryModifier and TypeMethodDescriptionInfluxQLQueryApiImpl.query(InfluxQLQuery influxQlQuery) InfluxQLQueryApiImpl.query(InfluxQLQuery influxQlQuery, InfluxQLQueryResult.Series.ValueExtractor valueExtractor)