Uses of Class
com.influxdb.query.InfluxQLQueryResult
Packages that use InfluxQLQueryResult
-
Uses of InfluxQLQueryResult in com.influxdb.client
Methods in com.influxdb.client that return InfluxQLQueryResultModifier 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/csvin theAcceptheader.InfluxQLQueryApi.queryCSV(InfluxQLQuery influxQLQuery, InfluxQLQueryResult.Series.ValueExtractor valueExtractor) Convenience method to specify use of the mime typeapplication/csvin theAcceptheader.InfluxQLQueryApi.queryJSON(InfluxQLQuery influxQLQuery) Convenience method to specify use of the mime typeapplication/jsonin theAcceptheader.InfluxQLQueryApi.queryJSON(InfluxQLQuery influxQLQuery, InfluxQLQueryResult.Series.ValueExtractor valueExtractor) Convenience method to specify use of the mime typeapplication/jsonin theAcceptheader. -
Uses of InfluxQLQueryResult in com.influxdb.client.internal
Methods in com.influxdb.client.internal that return InfluxQLQueryResultModifier 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
Methods in example with parameters of type InfluxQLQueryResultModifier and TypeMethodDescriptionstatic voidInfluxQLExample.dumpResult(InfluxQLQueryResult result)