Uses of Class
com.influxdb.client.domain.InfluxQLQuery
-
Uses of InfluxQLQuery in com.influxdb.client
Modifier 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
Modifier and TypeMethodDescriptionInfluxQLQuery.setAcceptHeader
(InfluxQLQuery.AcceptHeader acceptHeader) InfluxQLQuery.setPrecision
(InfluxQLQuery.InfluxQLPrecision precision) InfluxQLQuery.setRetentionPolicy
(String retentionPolicy) -
Uses of InfluxQLQuery in com.influxdb.client.internal
Modifier 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)