| Package | Description |
|---|---|
| com.influxdb.client | |
| com.influxdb.client.domain | |
| com.influxdb.client.internal |
| Modifier and Type | Method and Description |
|---|---|
String |
QueryApi.queryRaw(String query,
Dialect dialect)
Executes the Flux query against the InfluxDB 2.x and synchronously map whole response
to
String 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) to
onResponse. |
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) to
onResponse. |
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) to
onResponse. |
String |
QueryApi.queryRaw(String query,
Dialect dialect,
String org)
Executes the Flux query against the InfluxDB 2.x and synchronously map whole response
to
String 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) to
onResponse. |
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) to
onResponse. |
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) to
onResponse. |
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) to
onResponse. |
String |
QueryApi.queryRaw(String query,
Dialect dialect,
String org,
Map<String,Object> params)
Executes the Parameterized Flux query against the InfluxDB 2.x and synchronously map whole response
to
String result. |
| Modifier and Type | Method and Description |
|---|---|
Dialect |
Dialect.addAnnotationsItem(Dialect.AnnotationsEnum annotationsItem) |
Dialect |
Dialect.annotations(List<Dialect.AnnotationsEnum> annotations) |
Dialect |
Dialect.commentPrefix(String commentPrefix) |
Dialect |
Dialect.dateTimeFormat(Dialect.DateTimeFormatEnum dateTimeFormat) |
Dialect |
Dialect.delimiter(String delimiter) |
Dialect |
Query.getDialect()
Get dialect
|
Dialect |
Dialect.header(Boolean header) |
| Modifier and Type | Method and Description |
|---|---|
Query |
Query.dialect(Dialect dialect) |
void |
Query.setDialect(Dialect dialect) |
| Modifier and Type | Field and Description |
|---|---|
static Dialect |
AbstractInfluxDBClient.DEFAULT_DIALECT |
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.