| Package | Description |
|---|---|
| com.influxdb.client | |
| com.influxdb.client.internal |
| 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.0 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) |
AbstractWriteBlockingClient(WriteService service,
InfluxDBClientOptions options) |
AbstractWriteClient(WriteOptions writeOptions,
InfluxDBClientOptions options,
io.reactivex.Scheduler processorScheduler,
WriteService service,
Collection<AutoCloseable> autoCloseables) |
BatchWriteDataMeasurement(Object measurement,
WritePrecision precision,
InfluxDBClientOptions options,
com.influxdb.client.internal.MeasurementMapper measurementMapper) |
BatchWriteDataPoint(Point point,
InfluxDBClientOptions options) |
InfluxDBClientImpl(InfluxDBClientOptions options) |
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.