| Package | Description |
|---|---|
| com.influxdb.client | |
| com.influxdb.client.internal |
| Modifier and Type | Method and Description |
|---|---|
WriteApi |
InfluxDBClient.getWriteApi()
Deprecated.
use
InfluxDBClient.makeWriteApi(), the API is subject to removal in a next major release |
WriteApi |
InfluxDBClient.getWriteApi(WriteOptions writeOptions)
Deprecated.
use
InfluxDBClient.makeWriteApi(WriteOptions), the API is subject to removal in a next major release |
WriteApi |
InfluxDBClient.makeWriteApi()
Create a new asynchronous non-blocking Write client.
|
WriteApi |
InfluxDBClient.makeWriteApi(WriteOptions writeOptions)
Create a new asynchronous non-blocking Write client.
|
| Modifier and Type | Method and Description |
|---|---|
WriteApi |
InfluxDBClientImpl.getWriteApi() |
WriteApi |
InfluxDBClientImpl.getWriteApi(WriteOptions writeOptions) |
WriteApi |
InfluxDBClientImpl.makeWriteApi() |
WriteApi |
InfluxDBClientImpl.makeWriteApi(WriteOptions writeOptions) |
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.