Uses of Class
com.influxdb.client.domain.Query
Packages that use Query
-
Uses of Query in com.influxdb.client
Methods in com.influxdb.client with parameters of type QueryModifier and TypeMethodDescriptionExecutes the Flux query against the InfluxDB 2.x and synchronously map whole response toList<FluxTable>
.<M> List
<M> Executes the Flux query against the InfluxDB 2.x and synchronously map whole response to list of object with given type.<M> void
QueryApi.query
(Query query, Class<M> measurementType, BiConsumer<Cancellable, M> onNext) Executes the Flux query against the InfluxDB 2.x and asynchronously stream POJO classes toonNext
consumer.<M> void
QueryApi.query
(Query query, Class<M> measurementType, BiConsumer<Cancellable, M> onNext, Consumer<? super Throwable> onError) Executes the Flux query against the InfluxDB 2.x and asynchronously stream POJO classes toonNext
consumer.<M> void
QueryApi.query
(Query query, Class<M> measurementType, BiConsumer<Cancellable, M> onNext, Consumer<? super Throwable> onError, Runnable onComplete) Executes the Flux query and asynchronously stream result as POJO.Executes the Flux query against the InfluxDB 2.x and synchronously map whole response toList<FluxTable>
.<M> List
<M> Executes the Flux query against the InfluxDB 2.x and synchronously map whole response to list of object with given type.<M> void
QueryApi.query
(Query query, String org, Class<M> measurementType, BiConsumer<Cancellable, M> onNext) Executes the Flux query against the InfluxDB 2.x and asynchronously stream POJO classes toonNext
consumer.<M> void
QueryApi.query
(Query query, String org, Class<M> measurementType, BiConsumer<Cancellable, M> onNext, Consumer<? super Throwable> onError) Executes the Flux query against the InfluxDB 2.x and asynchronously stream POJO classes toonNext
consumer.<M> void
QueryApi.query
(Query query, String org, Class<M> measurementType, BiConsumer<Cancellable, M> onNext, Consumer<? super Throwable> onError, Runnable onComplete) Executes the Flux query and asynchronously stream result as POJO.void
QueryApi.query
(Query query, String org, BiConsumer<Cancellable, FluxRecord> onNext) Executes the Flux query against the InfluxDB 2.x and asynchronously streamFluxRecord
s toonNext
consumer.void
QueryApi.query
(Query query, String org, BiConsumer<Cancellable, FluxRecord> onNext, Consumer<? super Throwable> onError) Executes the Flux query against the InfluxDB 2.x and asynchronously streamFluxRecord
s toonNext
consumer.void
QueryApi.query
(Query query, String org, BiConsumer<Cancellable, FluxRecord> onNext, Consumer<? super Throwable> onError, Runnable onComplete) Executes the Flux query against the InfluxDB 2.x and asynchronously streamFluxRecord
s toonNext
consumer.void
QueryApi.query
(Query query, BiConsumer<Cancellable, FluxRecord> onNext) Executes the Flux query against the InfluxDB 2.x and asynchronously streamFluxRecord
s toonNext
consumer.void
QueryApi.query
(Query query, BiConsumer<Cancellable, FluxRecord> onNext, Consumer<? super Throwable> onError) Executes the Flux query against the InfluxDB 2.x and asynchronously streamFluxRecord
s toonNext
consumer.void
QueryApi.query
(Query query, BiConsumer<Cancellable, FluxRecord> onNext, Consumer<? super Throwable> onError, Runnable onComplete) Executes the Flux query against the InfluxDB 2.x and asynchronously streamFluxRecord
s toonNext
consumer.Executes the Flux query against the InfluxDB 2.x and synchronously map whole response toString
result.Executes the Flux query against the InfluxDB 2.x and synchronously map whole response toString
result.void
QueryApi.queryRaw
(Query query, String org, BiConsumer<Cancellable, String> onResponse) Executes the Flux query against the InfluxDB 2.x and asynchronously stream response (line by line) toonResponse
.void
QueryApi.queryRaw
(Query query, String org, BiConsumer<Cancellable, String> onResponse, Consumer<? super Throwable> onError) Executes the Flux query against the InfluxDB 2.x and asynchronously stream response (line by line) toonResponse
.void
QueryApi.queryRaw
(Query query, String org, BiConsumer<Cancellable, String> onResponse, Consumer<? super Throwable> onError, Runnable onComplete) Executes the Flux query against the InfluxDB 2.x and asynchronously stream response (line by line) toonResponse
.void
QueryApi.queryRaw
(Query query, BiConsumer<Cancellable, String> onResponse) Executes the Flux query against the InfluxDB 2.x and asynchronously stream response (line by line) toonResponse
.void
QueryApi.queryRaw
(Query query, BiConsumer<Cancellable, String> onResponse, Consumer<? super Throwable> onError) Executes the Flux query against the InfluxDB 2.x and asynchronously stream response (line by line) toonResponse
.void
QueryApi.queryRaw
(Query query, BiConsumer<Cancellable, String> onResponse, Consumer<? super Throwable> onError, Runnable onComplete) Executes the Flux query against the InfluxDB 2.x and asynchronously stream response (line by line) toonResponse
. -
Uses of Query in com.influxdb.client.domain
Methods in com.influxdb.client.domain that return Query -
Uses of Query in com.influxdb.client.service
Methods in com.influxdb.client.service with parameters of type QueryModifier and TypeMethodDescriptionretrofit2.Call
<String> QueryService.postQuery
(String zapTraceSpan, String acceptEncoding, String contentType, String org, String orgID, Query query) Query data Retrieves data from InfluxDB buckets.retrofit2.Call
<AnalyzeQueryResponse> QueryService.postQueryAnalyze
(String zapTraceSpan, String contentType, Query query) Analyze a Flux queryretrofit2.Call
<okhttp3.ResponseBody> QueryService.postQueryResponseBody
(String zapTraceSpan, String acceptEncoding, String contentType, String org, String orgID, Query query) Query data Retrieves data from InfluxDB buckets.