Uses of Interface
com.influxdb.v3.client.InfluxDBClient
Packages that use InfluxDBClient
- 
Uses of InfluxDBClient in com.influxdb.v3.clientMethods in com.influxdb.v3.client that return InfluxDBClientModifier and TypeMethodDescriptionstatic InfluxDBClientInfluxDBClient.getInstance()Creates a new instance of theInfluxDBClientfrom environment variables and/or system properties.static InfluxDBClientInfluxDBClient.getInstance(ClientConfig config) Creates a new instance of theInfluxDBClientfor interacting with an InfluxDB server, simplifying common operations such as writing, querying.static InfluxDBClientInfluxDBClient.getInstance(String connectionString) Creates a new instance of theInfluxDBClientfrom the connection string in URL format.static InfluxDBClientInfluxDBClient.getInstance(String host, char[] token, String database) Creates a new instance of theInfluxDBClientfor interacting with an InfluxDB server, simplifying common operations such as writing, querying.static InfluxDBClientInfluxDBClient.getInstance(String host, char[] token, String database, Map<String, String> defaultTags) Creates a new instance of theInfluxDBClientfor interacting with an InfluxDB server, simplifying common operations such as writing, querying.
- 
Uses of InfluxDBClient in com.influxdb.v3.client.internalClasses in com.influxdb.v3.client.internal that implement InfluxDBClientModifier and TypeClassDescriptionfinal classImplementation of the InfluxDBClient.