Package | Description |
---|---|
com.influxdb.client | |
com.influxdb.client.internal |
Modifier and Type | Field and Description |
---|---|
static WriteOptions |
WriteOptions.DEFAULTS
Default configuration with values that are consistent with Telegraf.
|
Modifier and Type | Method and Description |
---|---|
WriteOptions |
WriteOptions.Builder.build()
Build an instance of WriteOptions.
|
Modifier and Type | Method and Description |
---|---|
WriteApi |
InfluxDBClient.getWriteApi(WriteOptions writeOptions)
Deprecated.
use
InfluxDBClient.makeWriteApi(WriteOptions) , the API is subject to removal in a next major release |
WriteApi |
InfluxDBClient.makeWriteApi(WriteOptions writeOptions)
Create a new asynchronous non-blocking Write client.
|
Modifier and Type | Method and Description |
---|---|
WriteApi |
InfluxDBClientImpl.getWriteApi(WriteOptions writeOptions) |
WriteApi |
InfluxDBClientImpl.makeWriteApi(WriteOptions writeOptions) |
Constructor and Description |
---|
AbstractWriteClient(WriteOptions writeOptions,
InfluxDBClientOptions options,
io.reactivex.rxjava3.core.Scheduler processorScheduler,
WriteService service,
Collection<AutoCloseable> autoCloseables) |
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.