Uses of Interface
com.influxdb.client.InfluxDBClient
Packages that use InfluxDBClient
Package
Description
-
Uses of InfluxDBClient in com.influxdb.client
Methods in com.influxdb.client that return InfluxDBClientModifier 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
Classes in com.influxdb.client.internal that implement InfluxDBClientMethods in com.influxdb.client.internal that return InfluxDBClientModifier and TypeMethodDescriptionInfluxDBClientImpl.disableGzip()
InfluxDBClientImpl.enableGzip()
InfluxDBClientImpl.setLogLevel
(LogLevel logLevel) -
Uses of InfluxDBClient in com.influxdb.spring.health
Method parameters in com.influxdb.spring.health with type arguments of type InfluxDBClientModifier and TypeMethodDescriptionorg.springframework.boot.actuate.health.HealthContributor
InfluxDB2HealthIndicatorAutoConfiguration.influxDbHealthContributor
(Map<String, InfluxDBClient> influxDBClients) Constructors in com.influxdb.spring.health with parameters of type InfluxDBClient -
Uses of InfluxDBClient in com.influxdb.spring.influx
Methods in com.influxdb.spring.influx that return InfluxDBClient -
Uses of InfluxDBClient in example
Methods in example with parameters of type InfluxDBClientModifier and TypeMethodDescriptionstatic void
InfluxQLExample.write
(InfluxDBClient influxDBClient)