Uses of Class
com.influxdb.client.WriteOptions
Packages that use WriteOptions
-
Uses of WriteOptions in com.influxdb.client
Fields in com.influxdb.client declared as WriteOptionsModifier and TypeFieldDescriptionstatic final WriteOptionsWriteOptions.DEFAULTSDefault configuration with values that are consistent with Telegraf.Methods in com.influxdb.client that return WriteOptionsModifier and TypeMethodDescriptionWriteOptions.Builder.build()Build an instance of WriteOptions.Methods in com.influxdb.client with parameters of type WriteOptionsModifier 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
Methods in com.influxdb.client.internal with parameters of type WriteOptionsModifier and TypeMethodDescriptionInfluxDBClientImpl.getWriteApi(WriteOptions writeOptions) InfluxDBClientImpl.makeWriteApi(WriteOptions writeOptions) Constructors in com.influxdb.client.internal with parameters of type WriteOptionsModifierConstructorDescriptionAbstractWriteClient(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