Uses of Class
com.influxdb.client.WriteOptions
-
Uses of WriteOptions in com.influxdb.client
Modifier and TypeFieldDescriptionstatic final WriteOptions
WriteOptions.DEFAULTS
Default configuration with values that are consistent with Telegraf.Modifier and TypeMethodDescriptionWriteOptions.Builder.build()
Build an instance of WriteOptions.Modifier and TypeMethodDescriptionInfluxDBClient.getWriteApi
(WriteOptions writeOptions) Deprecated.InfluxDBClient.makeWriteApi
(WriteOptions writeOptions) Create a new asynchronous non-blocking Write client. -
Uses of WriteOptions in com.influxdb.client.internal
Modifier and TypeMethodDescriptionInfluxDBClientImpl.getWriteApi
(WriteOptions writeOptions) InfluxDBClientImpl.makeWriteApi
(WriteOptions writeOptions) ModifierConstructorDescriptionAbstractWriteClient
(WriteOptions writeOptions, InfluxDBClientOptions options, io.reactivex.rxjava3.core.Scheduler processorScheduler, WriteService service, Collection<AutoCloseable> autoCloseables)
InfluxDBClient.makeWriteApi(WriteOptions)
, the API is subject to removal in a next major release