Uses of Class
com.influxdb.client.domain.Dialect
Package
Description
-
Uses of Dialect in com.influxdb.client
Modifier and TypeMethodDescriptionExecutes 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
(String query, Dialect dialect, 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
(String query, Dialect dialect, 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
(String query, Dialect dialect, 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
(String query, Dialect dialect, String org, BiConsumer<Cancellable, String> onResponse, Consumer<? super Throwable> onError, Runnable onComplete, Map<String, Object> params) Executes the Parameterized Flux query against the InfluxDB 2.x and asynchronously stream response (line by line) toonResponse
.Executes the Parameterized Flux query against the InfluxDB 2.x and synchronously map whole response toString
result.void
QueryApi.queryRaw
(String query, Dialect dialect, BiConsumer<Cancellable, String> onResponse) Executes the Flux query against the InfluxDB 2.x and asynchronously stream response (line by line) toonResponse
.void
QueryApi.queryRaw
(String query, Dialect dialect, 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
(String query, Dialect dialect, 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 Dialect in com.influxdb.client.domain
Modifier and TypeMethodDescriptionDialect.addAnnotationsItem
(Dialect.AnnotationsEnum annotationsItem) Dialect.annotations
(List<Dialect.AnnotationsEnum> annotations) Dialect.commentPrefix
(String commentPrefix) Dialect.dateTimeFormat
(Dialect.DateTimeFormatEnum dateTimeFormat) Query.getDialect()
Get dialect -
Uses of Dialect in com.influxdb.client.internal
-
Uses of Dialect in com.influxdb.client.reactive
Modifier and TypeMethodDescriptionorg.reactivestreams.Publisher
<String> ReturnsPublisher
emitting queryRaw response fromInfluxDB 2.x server line by line.org.reactivestreams.Publisher
<String> ReturnsPublisher
emitting queryRaw response fromInfluxDB 2.x server line by line.org.reactivestreams.Publisher
<String> ReturnsPublisher
emitting queryRaw response fromInfluxDB 2.x server line by line.org.reactivestreams.Publisher
<String> ReturnsPublisher
emitting queryRaw response fromInfluxDB 2.x server line by line.org.reactivestreams.Publisher
<String> QueryReactiveApi.queryRaw
(org.reactivestreams.Publisher<String> queryStream, Dialect dialect, String org) ReturnsPublisher
emitting queryRaw response fromInfluxDB 2.x server line by line.org.reactivestreams.Publisher
<String> QueryReactiveApi.queryRawQuery
(org.reactivestreams.Publisher<Query> queryStream, Dialect dialect, String org) ReturnsPublisher
emitting queryRaw response fromInfluxDB 2.x server line by line.