Uses of Class
com.influxdb.v3.client.write.WriteOptions
Packages that use WriteOptions
Package
Description
-
Uses of WriteOptions in com.influxdb.v3.client
Methods in com.influxdb.v3.client with parameters of type WriteOptionsModifier and TypeMethodDescriptionvoidInfluxDBClient.writePoint(Point point, WriteOptions options) Write aPointto the InfluxDB server.voidInfluxDBClient.writePoints(List<Point> points, WriteOptions options) Write a list ofPointto the InfluxDB server.voidInfluxDBClient.writeRecord(String record, WriteOptions options) Write a record specified in the InfluxDB Line Protocol to the InfluxDB server.voidInfluxDBClient.writeRecords(List<String> records, WriteOptions options) Write records specified in the InfluxDB Line Protocol to the InfluxDB server. -
Uses of WriteOptions in com.influxdb.v3.client.internal
Methods in com.influxdb.v3.client.internal with parameters of type WriteOptionsModifier and TypeMethodDescriptionvoidInfluxDBClientImpl.writePoint(Point point, WriteOptions options) voidInfluxDBClientImpl.writePoints(List<Point> points, WriteOptions options) voidInfluxDBClientImpl.writeRecord(String record, WriteOptions options) voidInfluxDBClientImpl.writeRecords(List<String> records, WriteOptions options) -
Uses of WriteOptions in com.influxdb.v3.client.write
Fields in com.influxdb.v3.client.write declared as WriteOptionsModifier and TypeFieldDescriptionstatic final WriteOptionsWriteOptions.DEFAULTSDeprecated, for removal: This API element is subject to removal in a future version.Methods in com.influxdb.v3.client.write that return WriteOptionsModifier and TypeMethodDescriptionWriteOptions.Builder.build()Build an instance ofClientConfig.static WriteOptionsWriteOptions.defaultWriteOptions()Creates a default instance ofWriteOptionsconfigured with standard values.