Uses of Class
com.influxdb.client.write.PointSettings
Packages that use PointSettings
-
Uses of PointSettings in com.influxdb.client
Methods in com.influxdb.client that return PointSettingsModifier and TypeMethodDescriptionInfluxDBClientOptions.getPointSettings()Default tags that will be use for writes by Point and POJO. -
Uses of PointSettings in com.influxdb.client.write
Methods in com.influxdb.client.write that return PointSettingsModifier and TypeMethodDescriptionPointSettings.addDefaultTag(String key, String expression) Add default tag.Methods in com.influxdb.client.write with parameters of type PointSettingsModifier and TypeMethodDescriptionPoint.toLineProtocol(PointSettings pointSettings) Point.toLineProtocol(PointSettings pointSettings, WritePrecision precision)