| Package | Description |
|---|---|
| com.influxdb.client | |
| com.influxdb.client.internal | |
| com.influxdb.client.write |
| Modifier and Type | Method and Description |
|---|---|
InfluxDBClientOptions |
InfluxDBClientOptions.Builder.build()
Build an instance of InfluxDBClientOptions.
|
| Modifier and Type | Method and Description |
|---|---|
static InfluxDBClient |
InfluxDBClientFactory.create(InfluxDBClientOptions options)
Create an instance of the InfluxDB 2.x client.
|
| Modifier and Type | Field and Description |
|---|---|
protected InfluxDBClientOptions |
AbstractWriteBlockingClient.options |
protected InfluxDBClientOptions |
AbstractInfluxDBClient.options |
protected InfluxDBClientOptions |
AbstractWriteClient.options |
| Constructor and Description |
|---|
AbstractInfluxDBClient(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,
InfluxDBClientOptions options) |
BatchWriteDataPoint(Point point,
WritePrecision precision,
InfluxDBClientOptions options) |
InfluxDBClientImpl(InfluxDBClientOptions options) |
| Modifier and Type | Method and Description |
|---|---|
String |
WriteParameters.bucketSafe(InfluxDBClientOptions options) |
void |
WriteParameters.check(InfluxDBClientOptions options)
Enforces that the destination
bucket and destination organization are defined. |
WriteConsistency |
WriteParameters.consistencySafe(InfluxDBClientOptions options) |
WriteParameters |
WriteParameters.copy(WritePrecision precision,
InfluxDBClientOptions options)
Copy current parameters with new precision.
|
String |
WriteParameters.orgSafe(InfluxDBClientOptions options) |
WritePrecision |
WriteParameters.precisionSafe(InfluxDBClientOptions options) |
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.