Uses of Class
com.influxdb.client.domain.Query
Packages that use Query
Package
Description
-
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> voidQueryApi.query(Query query, Class<M> measurementType, BiConsumer<Cancellable, M> onNext) Executes the Flux query against the InfluxDB 2.x and asynchronously stream POJO classes toonNextconsumer.<M> voidQueryApi.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 toonNextconsumer.<M> voidQueryApi.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> voidQueryApi.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 toonNextconsumer.<M> voidQueryApi.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 toonNextconsumer.<M> voidQueryApi.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.voidQueryApi.query(Query query, String org, BiConsumer<Cancellable, FluxRecord> onNext) Executes the Flux query against the InfluxDB 2.x and asynchronously streamFluxRecords toonNextconsumer.voidQueryApi.query(Query query, String org, BiConsumer<Cancellable, FluxRecord> onNext, Consumer<? super Throwable> onError) Executes the Flux query against the InfluxDB 2.x and asynchronously streamFluxRecords toonNextconsumer.voidQueryApi.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 streamFluxRecords toonNextconsumer.voidQueryApi.query(Query query, BiConsumer<Cancellable, FluxRecord> onNext) Executes the Flux query against the InfluxDB 2.x and asynchronously streamFluxRecords toonNextconsumer.voidQueryApi.query(Query query, BiConsumer<Cancellable, FluxRecord> onNext, Consumer<? super Throwable> onError) Executes the Flux query against the InfluxDB 2.x and asynchronously streamFluxRecords toonNextconsumer.voidQueryApi.query(Query query, BiConsumer<Cancellable, FluxRecord> onNext, Consumer<? super Throwable> onError, Runnable onComplete) Executes the Flux query against the InfluxDB 2.x and asynchronously streamFluxRecords toonNextconsumer.Executes the Flux query against the InfluxDB 2.x and synchronously map whole response toStringresult.Executes the Flux query against the InfluxDB 2.x and synchronously map whole response toStringresult.voidQueryApi.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.voidQueryApi.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.voidQueryApi.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.voidQueryApi.queryRaw(Query query, BiConsumer<Cancellable, String> onResponse) Executes the Flux query against the InfluxDB 2.x and asynchronously stream response (line by line) toonResponse.voidQueryApi.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.voidQueryApi.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.reactive
Methods in com.influxdb.client.reactive with parameters of type QueryModifier and TypeMethodDescriptionorg.reactivestreams.Publisher<FluxRecord> ReturnsPublisheremittingFluxRecords which are matched the query.org.reactivestreams.Publisher<FluxRecord> ReturnsPublisheremittingFluxRecords which are matched the query.<M> org.reactivestreams.Publisher<M> Execute a Flux against the Flux service.org.reactivestreams.Publisher<String> ReturnsPublisheremitting raw response fromInfluxDB 2.x server line by line.org.reactivestreams.Publisher<String> ReturnsPublisheremitting queryRaw response fromInfluxDB 2.x server line by line.Method parameters in com.influxdb.client.reactive with type arguments of type QueryModifier and TypeMethodDescriptionorg.reactivestreams.Publisher<FluxRecord> QueryReactiveApi.queryQuery(org.reactivestreams.Publisher<Query> queryStream, String org) ReturnsPublisheremittingFluxRecords which are matched the query.org.reactivestreams.Publisher<String> QueryReactiveApi.queryRawQuery(org.reactivestreams.Publisher<Query> queryStream, Dialect dialect, String org) ReturnsPublisheremitting queryRaw response fromInfluxDB 2.x server line by line. -
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.