- query(String) - Method in interface com.influxdb.client.flux.FluxClient
-
Executes the Flux query against the InfluxDB and synchronously map whole response to List<FluxTable>.
- query(String, Class<M>) - Method in interface com.influxdb.client.flux.FluxClient
-
Executes the Flux query against the InfluxDB and synchronously map whole response to list of object with
given type.
- query(String, BiConsumer<Cancellable, FluxRecord>) - Method in interface com.influxdb.client.flux.FluxClient
-
Executes the Flux query against the InfluxDB and asynchronously stream
FluxRecords
to
onNext consumer.
- query(String, Class<M>, BiConsumer<Cancellable, M>) - Method in interface com.influxdb.client.flux.FluxClient
-
Executes the Flux query against the InfluxDB and asynchronously stream POJO classes
to onNext consumer.
- query(String, BiConsumer<Cancellable, FluxRecord>, Consumer<? super Throwable>) - Method in interface com.influxdb.client.flux.FluxClient
-
Executes the Flux query against the InfluxDB and asynchronously stream
FluxRecords
to
onNext consumer.
- query(String, Class<M>, BiConsumer<Cancellable, M>, Consumer<? super Throwable>) - Method in interface com.influxdb.client.flux.FluxClient
-
Executes the Flux query against the InfluxDB and asynchronously stream POJO classes
to onNext consumer.
- query(String, BiConsumer<Cancellable, FluxRecord>, Consumer<? super Throwable>, Runnable) - Method in interface com.influxdb.client.flux.FluxClient
-
Executes the Flux query against the InfluxDB and asynchronously stream
FluxRecords
to
onNext consumer.
- query(String, Class<M>, BiConsumer<Cancellable, M>, Consumer<? super Throwable>, Runnable) - Method in interface com.influxdb.client.flux.FluxClient
-
Executes the Flux query and asynchronously stream result as POJO.
- query(String) - Method in class com.influxdb.client.flux.internal.FluxApiImpl
-
- query(String, Class<M>) - Method in class com.influxdb.client.flux.internal.FluxApiImpl
-
- query(String, BiConsumer<Cancellable, FluxRecord>) - Method in class com.influxdb.client.flux.internal.FluxApiImpl
-
- query(String, Class<M>, BiConsumer<Cancellable, M>) - Method in class com.influxdb.client.flux.internal.FluxApiImpl
-
- query(String, BiConsumer<Cancellable, FluxRecord>, Consumer<? super Throwable>) - Method in class com.influxdb.client.flux.internal.FluxApiImpl
-
- query(String, Class<M>, BiConsumer<Cancellable, M>, Consumer<? super Throwable>) - Method in class com.influxdb.client.flux.internal.FluxApiImpl
-
- query(String, BiConsumer<Cancellable, FluxRecord>, Consumer<? super Throwable>, Runnable) - Method in class com.influxdb.client.flux.internal.FluxApiImpl
-
- query(String, Class<M>, BiConsumer<Cancellable, M>, Consumer<? super Throwable>, Runnable) - Method in class com.influxdb.client.flux.internal.FluxApiImpl
-
- query(RequestBody) - Method in interface com.influxdb.client.flux.internal.FluxService
-
- queryRaw(String) - Method in interface com.influxdb.client.flux.FluxClient
-
Executes the Flux query against the InfluxDB and synchronously map whole response to
String result.
- queryRaw(String, String) - Method in interface com.influxdb.client.flux.FluxClient
-
Executes the Flux query against the InfluxDB and synchronously map whole response to
String result.
- queryRaw(String, BiConsumer<Cancellable, String>) - Method in interface com.influxdb.client.flux.FluxClient
-
Executes the Flux query against the InfluxDB and asynchronously stream response
(line by line) to onResponse.
- queryRaw(String, String, BiConsumer<Cancellable, String>) - Method in interface com.influxdb.client.flux.FluxClient
-
Executes the Flux query against the InfluxDB and asynchronously stream response
(line by line) to onResponse.
- queryRaw(String, BiConsumer<Cancellable, String>, Consumer<? super Throwable>) - Method in interface com.influxdb.client.flux.FluxClient
-
Executes the Flux query against the InfluxDB and asynchronously stream response
(line by line) to onResponse.
- queryRaw(String, String, BiConsumer<Cancellable, String>, Consumer<? super Throwable>) - Method in interface com.influxdb.client.flux.FluxClient
-
Executes the Flux query against the InfluxDB and asynchronously stream response
(line by line) to onResponse.
- queryRaw(String, BiConsumer<Cancellable, String>, Consumer<? super Throwable>, Runnable) - Method in interface com.influxdb.client.flux.FluxClient
-
Executes the Flux query against the InfluxDB and asynchronously stream response
(line by line) to onResponse.
- queryRaw(String, String, BiConsumer<Cancellable, String>, Consumer<? super Throwable>, Runnable) - Method in interface com.influxdb.client.flux.FluxClient
-
Executes the Flux query against the InfluxDB and asynchronously stream response
(line by line) to onResponse.
- queryRaw(String) - Method in class com.influxdb.client.flux.internal.FluxApiImpl
-
- queryRaw(String, String) - Method in class com.influxdb.client.flux.internal.FluxApiImpl
-
- queryRaw(String, BiConsumer<Cancellable, String>) - Method in class com.influxdb.client.flux.internal.FluxApiImpl
-
- queryRaw(String, String, BiConsumer<Cancellable, String>) - Method in class com.influxdb.client.flux.internal.FluxApiImpl
-
- queryRaw(String, BiConsumer<Cancellable, String>, Consumer<? super Throwable>) - Method in class com.influxdb.client.flux.internal.FluxApiImpl
-
- queryRaw(String, String, BiConsumer<Cancellable, String>, Consumer<? super Throwable>) - Method in class com.influxdb.client.flux.internal.FluxApiImpl
-
- queryRaw(String, BiConsumer<Cancellable, String>, Consumer<? super Throwable>, Runnable) - Method in class com.influxdb.client.flux.internal.FluxApiImpl
-
- queryRaw(String, String, BiConsumer<Cancellable, String>, Consumer<? super Throwable>, Runnable) - Method in class com.influxdb.client.flux.internal.FluxApiImpl
-