Uses of Interface
com.influxdb.client.reactive.InfluxDBClientReactive
Package
Description
-
Uses of InfluxDBClientReactive in com.influxdb.client.reactive
Modifier and TypeMethodDescriptionstatic InfluxDBClientReactive
InfluxDBClientReactiveFactory.create()
Create an instance of the InfluxDB 2.x client that is configured viainflux2.properties
.static InfluxDBClientReactive
InfluxDBClientReactiveFactory.create
(InfluxDBClientOptions options) Create an instance of the InfluxDB 2.x reactive client.static InfluxDBClientReactive
Create an instance of the InfluxDB 2.x client.static InfluxDBClientReactive
Create an instance of the InfluxDB 2.x reactive client.static InfluxDBClientReactive
Create an instance of the InfluxDB 2.x reactive client.static InfluxDBClientReactive
Create an instance of the InfluxDB 2.x reactive client.static InfluxDBClientReactive
Create an instance of the InfluxDB 2.x reactive client.InfluxDBClientReactive.disableGzip()
Disable Gzip compress for http request body.InfluxDBClientReactive.enableGzip()
Enable Gzip compress for http requests.InfluxDBClientReactive.setLogLevel
(LogLevel logLevel) Set the log level for the request and response information. -
Uses of InfluxDBClientReactive in com.influxdb.client.reactive.internal
Modifier and TypeMethodDescriptionInfluxDBClientReactiveImpl.disableGzip()
InfluxDBClientReactiveImpl.enableGzip()
InfluxDBClientReactiveImpl.setLogLevel
(LogLevel logLevel) -
Uses of InfluxDBClientReactive in com.influxdb.spring.influx