| Package | Description |
|---|---|
| com.influxdb.client | |
| com.influxdb.client.domain | |
| com.influxdb.client.service | |
| com.influxdb.client.write |
| Modifier and Type | Method and Description |
|---|---|
WriteConsistency |
InfluxDBClientOptions.getConsistency()
The write consistency for the point.
|
| Modifier and Type | Method and Description |
|---|---|
InfluxDBClientOptions.Builder |
InfluxDBClientOptions.Builder.consistency(WriteConsistency consistency)
Specify the write consistency for the point.
|
static InfluxDBClient |
InfluxDBClientFactory.createV1(String url,
String username,
char[] password,
String database,
String retentionPolicy,
WriteConsistency consistency)
Create an instance of the InfluxDB 2.x client to connect into InfluxDB 1.8.
|
| Modifier and Type | Method and Description |
|---|---|
static WriteConsistency |
WriteConsistency.fromValue(String text) |
WriteConsistency |
WriteConsistency.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static WriteConsistency |
WriteConsistency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WriteConsistency[] |
WriteConsistency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WriteConsistency.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
WriteConsistency enumeration) |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<Void> |
WriteService.postWrite(String org,
String bucket,
String body,
String zapTraceSpan,
String contentEncoding,
String contentType,
Integer contentLength,
String accept,
String orgID,
WritePrecision precision,
WriteConsistency consistency)
Write data
Writes data to a bucket.
|
io.reactivex.rxjava3.core.Single<retrofit2.Response<Void>> |
WriteService.postWriteRx(String org,
String bucket,
String body,
String zapTraceSpan,
String contentEncoding,
String contentType,
Integer contentLength,
String accept,
String orgID,
WritePrecision precision,
WriteConsistency consistency)
Write data
Writes data to a bucket.
|
| Modifier and Type | Method and Description |
|---|---|
WriteConsistency |
WriteParameters.consistencySafe(InfluxDBClientOptions options) |
| Constructor and Description |
|---|
WriteParameters(String bucket,
String org,
WritePrecision precision,
WriteConsistency consistency)
Construct WriteAPI parameters.
|
WriteParameters(WritePrecision precision,
WriteConsistency consistency)
Construct WriteAPI parameters.
|
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.