Uses of Class
com.influxdb.client.domain.Dialect
Packages that use Dialect
Package
Description
-
Uses of Dialect in com.influxdb.client
Methods in com.influxdb.client with parameters of type DialectModifier 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
Methods in com.influxdb.client.domain that return DialectModifier and TypeMethodDescriptionDialect.addAnnotationsItem
(Dialect.AnnotationsEnum annotationsItem) Dialect.annotations
(List<Dialect.AnnotationsEnum> annotations) Dialect.commentPrefix
(String commentPrefix) Dialect.dateTimeFormat
(Dialect.DateTimeFormatEnum dateTimeFormat) Query.getDialect()
Get dialectMethods in com.influxdb.client.domain with parameters of type Dialect -
Uses of Dialect in com.influxdb.client.internal
Fields in com.influxdb.client.internal declared as Dialect -
Uses of Dialect in com.influxdb.client.reactive
Methods in com.influxdb.client.reactive with parameters of type DialectModifier 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.