Uses of Class
com.influxdb.query.InfluxQLQueryResult
-
Uses of InfluxQLQueryResult 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 InfluxQLQueryResult in com.influxdb.client.internal
Modifier and TypeMethodDescriptionInfluxQLQueryApiImpl.ResultsDeserializer.deserialize
(com.google.gson.JsonElement elem, Type type, com.google.gson.JsonDeserializationContext ctx) InfluxQLQueryApiImpl.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) -
Uses of InfluxQLQueryResult in example
Modifier and TypeMethodDescriptionstatic void
InfluxQLExample.dumpResult
(InfluxQLQueryResult result)