Uses of Interface
com.influxdb.client.InfluxDBClient
Package
Description
-
Uses of InfluxDBClient in com.influxdb.client
Modifier and TypeMethodDescriptionstatic InfluxDBClient
InfluxDBClientFactory.create()
Create an instance of the InfluxDB 2.x client that is configured viainflux2.properties
.static InfluxDBClient
InfluxDBClientFactory.create
(InfluxDBClientOptions options) Create an instance of the InfluxDB 2.x client.static InfluxDBClient
Create an instance of the InfluxDB 2.x client.static InfluxDBClient
Create an instance of the InfluxDB 2.x client.static InfluxDBClient
Create an instance of the InfluxDB 2.x client.static InfluxDBClient
Create an instance of the InfluxDB 2.x client.static InfluxDBClient
Create an instance of the InfluxDB 2.x client.static InfluxDBClient
InfluxDBClientFactory.createV1
(String url, String username, char[] password, String database, String retentionPolicy) Create an instance of the InfluxDB 2.x client to connect into InfluxDB 1.8.static InfluxDBClient
InfluxDBClientFactory.createV1
(String url, String username, char[] password, String database, String retentionPolicy, WriteConsistency consistency) Create an instance of the InfluxDB 2.x client to connect into InfluxDB 1.8.InfluxDBClient.disableGzip()
Disable Gzip compress for http request body.InfluxDBClient.enableGzip()
Enable Gzip compress for http requests.InfluxDBClient.setLogLevel
(LogLevel logLevel) Set the log level for the request and response information. -
Uses of InfluxDBClient in com.influxdb.client.internal
Modifier and TypeMethodDescriptionInfluxDBClientImpl.disableGzip()
InfluxDBClientImpl.enableGzip()
InfluxDBClientImpl.setLogLevel
(LogLevel logLevel) -
Uses of InfluxDBClient in com.influxdb.spring.health
Modifier and TypeMethodDescriptionorg.springframework.boot.actuate.health.HealthContributor
InfluxDB2HealthIndicatorAutoConfiguration.influxDbHealthContributor
(Map<String, InfluxDBClient> influxDBClients) -
Uses of InfluxDBClient in com.influxdb.spring.influx
-
Uses of InfluxDBClient in example
Modifier and TypeMethodDescriptionstatic void
InfluxQLExample.write
(InfluxDBClient influxDBClient)