Uses of Interface
com.influxdb.v3.client.InfluxDBClient
-
Uses of InfluxDBClient in com.influxdb.v3.client
Modifier and TypeMethodDescriptionstatic InfluxDBClient
InfluxDBClient.getInstance()
Creates a new instance of theInfluxDBClient
from environment variables and/or system properties.static InfluxDBClient
InfluxDBClient.getInstance
(ClientConfig config) Creates a new instance of theInfluxDBClient
for interacting with an InfluxDB server, simplifying common operations such as writing, querying.static InfluxDBClient
InfluxDBClient.getInstance
(String connectionString) Creates a new instance of theInfluxDBClient
from the connection string in URL format.static InfluxDBClient
InfluxDBClient.getInstance
(String host, char[] token, String database) Creates a new instance of theInfluxDBClient
for interacting with an InfluxDB server, simplifying common operations such as writing, querying.static InfluxDBClient
InfluxDBClient.getInstance
(String host, char[] token, String database, Map<String, String> defaultTags) Creates a new instance of theInfluxDBClient
for interacting with an InfluxDB server, simplifying common operations such as writing, querying. -
Uses of InfluxDBClient in com.influxdb.v3.client.internal
Modifier and TypeClassDescriptionfinal class
Implementation of the InfluxDBClient.