Uses of Class
com.influxdb.client.InfluxDBClientOptions
Packages that use InfluxDBClientOptions
-
Uses of InfluxDBClientOptions in com.influxdb.client
Methods in com.influxdb.client that return InfluxDBClientOptionsModifier and TypeMethodDescriptionInfluxDBClientOptions.Builder.build()
Build an instance of InfluxDBClientOptions.Methods in com.influxdb.client with parameters of type InfluxDBClientOptionsModifier and TypeMethodDescriptionstatic InfluxDBClient
InfluxDBClientFactory.create
(InfluxDBClientOptions options) Create an instance of the InfluxDB 2.x client. -
Uses of InfluxDBClientOptions in com.influxdb.client.internal
Fields in com.influxdb.client.internal declared as InfluxDBClientOptionsModifier and TypeFieldDescriptionprotected final InfluxDBClientOptions
AbstractInfluxDBClient.options
protected final InfluxDBClientOptions
AbstractWriteBlockingClient.options
protected final InfluxDBClientOptions
AbstractWriteClient.options
Constructors in com.influxdb.client.internal with parameters of type InfluxDBClientOptionsModifierConstructorDescriptionAbstractInfluxDBClient
(InfluxDBClientOptions options, String clientType) AbstractInfluxDBClient
(InfluxDBClientOptions options, String clientType, Collection<retrofit2.CallAdapter.Factory> factories) AbstractWriteBlockingClient
(WriteService service, InfluxDBClientOptions options) AbstractWriteClient
(WriteOptions writeOptions, InfluxDBClientOptions options, io.reactivex.rxjava3.core.Scheduler processorScheduler, WriteService service, Collection<AutoCloseable> autoCloseables) BatchWriteDataMeasurement
(Object measurement, WritePrecision precision, InfluxDBClientOptions options, MeasurementMapper measurementMapper) BatchWriteDataPoint
(Point point, WritePrecision precision, InfluxDBClientOptions options) BatchWriteDataPoint
(Point point, InfluxDBClientOptions options) InfluxDBClientImpl
(InfluxDBClientOptions options) -
Uses of InfluxDBClientOptions in com.influxdb.client.write
Methods in com.influxdb.client.write with parameters of type InfluxDBClientOptionsModifier and TypeMethodDescriptionWriteParameters.bucketSafe
(InfluxDBClientOptions options) void
WriteParameters.check
(InfluxDBClientOptions options) Enforces that the destinationbucket
and destinationorganization
are defined.WriteParameters.consistencySafe
(InfluxDBClientOptions options) WriteParameters.copy
(WritePrecision precision, InfluxDBClientOptions options) Copy current parameters with new precision.WriteParameters.orgSafe
(InfluxDBClientOptions options) WriteParameters.precisionSafe
(InfluxDBClientOptions options)