| Package | Description |
|---|---|
| com.influxdb.client.reactive | |
| com.influxdb.client.reactive.internal |
| Modifier and Type | Method and Description |
|---|---|
static InfluxDBClientReactive |
InfluxDBClientReactiveFactory.create()
Create an instance of the InfluxDB 2.0 client that is configured via
influx2.properties. |
static InfluxDBClientReactive |
InfluxDBClientReactiveFactory.create(InfluxDBClientOptions options)
Create an instance of the InfluxDB 2.0 reactive client.
|
static InfluxDBClientReactive |
InfluxDBClientReactiveFactory.create(String connectionString)
Create an instance of the InfluxDB 2.0 client.
|
static InfluxDBClientReactive |
InfluxDBClientReactiveFactory.create(String url,
char[] token)
Create an instance of the InfluxDB 2.0 reactive client.
|
static InfluxDBClientReactive |
InfluxDBClientReactiveFactory.create(String url,
char[] token,
String org)
Create an instance of the InfluxDB 2.0 reactive client.
|
static InfluxDBClientReactive |
InfluxDBClientReactiveFactory.create(String url,
char[] token,
String org,
String bucket)
Create an instance of the InfluxDB 2.0 reactive client.
|
static InfluxDBClientReactive |
InfluxDBClientReactiveFactory.create(String url,
String username,
char[] password)
Create an instance of the InfluxDB 2.0 reactive client.
|
InfluxDBClientReactive |
InfluxDBClientReactive.disableGzip()
Disable Gzip compress for http request body.
|
InfluxDBClientReactive |
InfluxDBClientReactive.enableGzip()
Enable Gzip compress for http requests.
|
InfluxDBClientReactive |
InfluxDBClientReactive.setLogLevel(com.influxdb.LogLevel logLevel)
Set the log level for the request and response information.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InfluxDBClientReactiveImpl |
| Modifier and Type | Method and Description |
|---|---|
InfluxDBClientReactive |
InfluxDBClientReactiveImpl.disableGzip() |
InfluxDBClientReactive |
InfluxDBClientReactiveImpl.enableGzip() |
InfluxDBClientReactive |
InfluxDBClientReactiveImpl.setLogLevel(com.influxdb.LogLevel logLevel) |
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.