Uses of Interface
com.influxdb.client.WriteApi
-
Uses of WriteApi in com.influxdb.client
Modifier and TypeMethodDescriptionInfluxDBClient.getWriteApi()
Deprecated.InfluxDBClient.getWriteApi
(WriteOptions writeOptions) Deprecated.useInfluxDBClient.makeWriteApi(WriteOptions)
, the API is subject to removal in a next major releaseInfluxDBClient.makeWriteApi()
Create a new asynchronous non-blocking Write client.InfluxDBClient.makeWriteApi
(WriteOptions writeOptions) Create a new asynchronous non-blocking Write client. -
Uses of WriteApi in com.influxdb.client.internal
Modifier and TypeMethodDescriptionInfluxDBClientImpl.getWriteApi()
InfluxDBClientImpl.getWriteApi
(WriteOptions writeOptions) InfluxDBClientImpl.makeWriteApi()
InfluxDBClientImpl.makeWriteApi
(WriteOptions writeOptions)
InfluxDBClient.makeWriteApi()
, the API is subject to removal in a next major release