Uses of Class
com.influxdb.v3.client.write.WriteOptions
Package
Description
-
Uses of WriteOptions in com.influxdb.v3.client
Modifier and TypeMethodDescriptionvoid
InfluxDBClient.writePoint
(Point point, WriteOptions options) Write aPoint
to the InfluxDB server.void
InfluxDBClient.writePoints
(List<Point> points, WriteOptions options) Write a list ofPoint
to the InfluxDB server.void
InfluxDBClient.writeRecord
(String record, WriteOptions options) Write a record specified in the InfluxDB Line Protocol to the InfluxDB server.void
InfluxDBClient.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
Modifier and TypeMethodDescriptionvoid
InfluxDBClientImpl.writePoint
(Point point, WriteOptions options) void
InfluxDBClientImpl.writePoints
(List<Point> points, WriteOptions options) void
InfluxDBClientImpl.writeRecord
(String record, WriteOptions options) void
InfluxDBClientImpl.writeRecords
(List<String> records, WriteOptions options) -
Uses of WriteOptions in com.influxdb.v3.client.write
Modifier and TypeFieldDescriptionstatic final WriteOptions
WriteOptions.DEFAULTS
Default WriteOptions.Modifier and TypeMethodDescriptionWriteOptions.Builder.build()
Build an instance ofClientConfig
.