Uses of Class
com.influxdb.query.FluxRecord
Package
Description
-
Uses of FluxRecord in com.influxdb.client
Modifier and TypeMethodDescriptionvoid
InvokableScriptsApi.invokeScript
(String scriptId, Map<String, Object> params, BiConsumer<Cancellable, FluxRecord> onNext) Executes the script and asynchronously streamFluxRecord
s toonNext
consumer.void
InvokableScriptsApi.invokeScript
(String scriptId, Map<String, Object> params, BiConsumer<Cancellable, FluxRecord> onNext, Consumer<? super Throwable> onError, Runnable onComplete) Executes the script and asynchronously streamFluxRecord
s toonNext
consumer.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.void
QueryApi.query
(String 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
(String 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
(String 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
(String query, String org, BiConsumer<Cancellable, FluxRecord> onNext, Consumer<? super Throwable> onError, Runnable onComplete, Map<String, Object> params) Executes the Parameterized Flux query against the InfluxDB 2.x and asynchronously streamFluxRecord
s toonNext
consumer.void
QueryApi.query
(String query, BiConsumer<Cancellable, FluxRecord> onNext) Executes the Flux query against the InfluxDB 2.x and asynchronously streamFluxRecord
s toonNext
consumer.void
QueryApi.query
(String 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
(String 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. -
Uses of FluxRecord in com.influxdb.client.flux
Modifier and TypeMethodDescriptionvoid
FluxClient.query
(String query, BiConsumer<Cancellable, FluxRecord> onNext) Executes the Flux query against the InfluxDB and asynchronously streamFluxRecord
s toonNext
consumer.void
FluxClient.query
(String query, BiConsumer<Cancellable, FluxRecord> onNext, Consumer<? super Throwable> onError) Executes the Flux query against the InfluxDB and asynchronously streamFluxRecord
s toonNext
consumer.void
FluxClient.query
(String query, BiConsumer<Cancellable, FluxRecord> onNext, Consumer<? super Throwable> onError, Runnable onComplete) Executes the Flux query against the InfluxDB and asynchronously streamFluxRecord
s toonNext
consumer. -
Uses of FluxRecord in com.influxdb.client.flux.internal
Modifier and TypeMethodDescriptionvoid
FluxApiImpl.query
(String query, BiConsumer<Cancellable, FluxRecord> onNext) void
FluxApiImpl.query
(String query, BiConsumer<Cancellable, FluxRecord> onNext, Consumer<? super Throwable> onError) void
FluxApiImpl.query
(String query, BiConsumer<Cancellable, FluxRecord> onNext, Consumer<? super Throwable> onError, Runnable onComplete) -
Uses of FluxRecord in com.influxdb.client.reactive
Modifier and TypeMethodDescriptionorg.reactivestreams.Publisher
<FluxRecord> ReturnsPublisher
emittingFluxRecord
s which are matched the query.org.reactivestreams.Publisher
<FluxRecord> ReturnsPublisher
emittingFluxRecord
s which are matched the query.org.reactivestreams.Publisher
<FluxRecord> ReturnsPublisher
emittingFluxRecord
s which are matched the query.org.reactivestreams.Publisher
<FluxRecord> ReturnsPublisher
emittingFluxRecord
s which are matched the query.org.reactivestreams.Publisher
<FluxRecord> ReturnsPublisher
emittingFluxRecord
s which are matched the query.org.reactivestreams.Publisher
<FluxRecord> ReturnsPublisher
emittingFluxRecord
s which are matched the query.org.reactivestreams.Publisher
<FluxRecord> QueryReactiveApi.queryQuery
(org.reactivestreams.Publisher<Query> queryStream, String org) ReturnsPublisher
emittingFluxRecord
s which are matched the query. -
Uses of FluxRecord in com.influxdb.internal
-
Uses of FluxRecord in com.influxdb.query
-
Uses of FluxRecord in com.influxdb.query.internal
Modifier and TypeMethodDescriptionvoid
FluxCsvParser.FluxResponseConsumer.accept
(int index, Cancellable cancellable, FluxRecord record) Add newFluxRecord
to consumer.void
FluxCsvParser.FluxResponseConsumerTable.accept
(int index, Cancellable cancellable, FluxRecord record) <T> T
FluxResultMapper.toPOJO
(FluxRecord record, Class<T> clazz) Maps FluxRecord into custom POJO class.