Uses of Class
com.influxdb.v3.client.config.ClientConfig.Builder
Packages that use ClientConfig.Builder
-
Uses of ClientConfig.Builder in com.influxdb.v3.client.config
Methods in com.influxdb.v3.client.config that return ClientConfig.BuilderModifier and TypeMethodDescriptionClientConfig.Builder.allowHttpRedirects
(Boolean allowHttpRedirects) Sets the automatically following HTTP 3xx redirects.ClientConfig.Builder.authenticator
(Authenticator authenticator) Sets the proxy authenticator.ClientConfig.Builder.authScheme
(String authScheme) Sets authentication scheme.Sets database to be used for InfluxDB operations.ClientConfig.Builder.defaultTags
(Map<String, String> defaultTags) Sets default tags to be written with points.ClientConfig.Builder.disableServerCertificateValidation
(Boolean disableServerCertificateValidation) Sets the disable server SSL certificate validation.ClientConfig.Builder.gzipThreshold
(Integer gzipThreshold) Sets the threshold for request body to be gzipped.Sets the custom headers that will be added to requests.Sets the URL of the InfluxDB server.ClientConfig.Builder.organization
(String organization) Sets organization to be used for operations.ClientConfig.Builder.proxy
(ProxySelector proxy) Sets the proxy selector.Sets the default timeout to use for the API calls.ClientConfig.Builder.token
(char[] token) Sets the authentication token for accessing the InfluxDB server.ClientConfig.Builder.writePrecision
(WritePrecision writePrecision) Sets the default precision to use for the timestamp of points if no precision is specified in the write API call.