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.InfluxQLQueryApi.queryCSV
(InfluxQLQuery influxQLQuery) Convenience method to specify use of the mime typeapplication/csv
in theAccept
header.InfluxQLQueryApi.queryCSV
(InfluxQLQuery influxQLQuery, InfluxQLQueryResult.Series.ValueExtractor valueExtractor) Convenience method to specify use of the mime typeapplication/csv
in theAccept
header.InfluxQLQueryApi.queryJSON
(InfluxQLQuery influxQLQuery) Convenience method to specify use of the mime typeapplication/json
in theAccept
header.InfluxQLQueryApi.queryJSON
(InfluxQLQuery influxQLQuery, InfluxQLQueryResult.Series.ValueExtractor valueExtractor) Convenience method to specify use of the mime typeapplication/json
in theAccept
header. -
Uses of InfluxQLQuery in com.influxdb.client.domain
Methods in com.influxdb.client.domain that return InfluxQLQueryModifier and TypeMethodDescriptionInfluxQLQuery.setAcceptHeader
(InfluxQLQuery.AcceptHeader acceptHeader) InfluxQLQuery.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) InfluxQLQueryApiImpl.queryCSV
(InfluxQLQuery influxQLQuery) InfluxQLQueryApiImpl.queryCSV
(InfluxQLQuery influxQLQuery, InfluxQLQueryResult.Series.ValueExtractor valueExtractor) InfluxQLQueryApiImpl.queryJSON
(InfluxQLQuery influxQLQuery) InfluxQLQueryApiImpl.queryJSON
(InfluxQLQuery influxQLQuery, InfluxQLQueryResult.Series.ValueExtractor valueExtractor)