Package | Description |
---|---|
com.influxdb.client | |
com.influxdb.client.domain | |
com.influxdb.client.internal | |
com.influxdb.client.service | |
com.influxdb.client.write | |
com.influxdb.client.write.events |
Modifier and Type | Method and Description |
---|---|
<M> void |
WriteApiBlocking.writeMeasurement(String bucket,
String org,
WritePrecision precision,
M measurement)
Write Measurement into specified bucket.
|
<M> void |
WriteApi.writeMeasurement(String bucket,
String org,
WritePrecision precision,
M measurement)
Write Measurement into specified bucket.
|
<M> void |
WriteApiBlocking.writeMeasurement(WritePrecision precision,
M measurement)
Write Measurement into specified bucket.
|
<M> void |
WriteApi.writeMeasurement(WritePrecision precision,
M measurement)
Write Measurement into specified bucket.
|
<M> void |
WriteApiBlocking.writeMeasurements(String bucket,
String org,
WritePrecision precision,
List<M> measurements)
Write Measurements into specified bucket.
|
<M> void |
WriteApi.writeMeasurements(String bucket,
String org,
WritePrecision precision,
List<M> measurements)
Write Measurements into specified bucket.
|
<M> void |
WriteApiBlocking.writeMeasurements(WritePrecision precision,
List<M> measurements)
Write Measurements into specified bucket.
|
<M> void |
WriteApi.writeMeasurements(WritePrecision precision,
List<M> measurements)
Write Measurements into specified bucket.
|
void |
WriteApiBlocking.writeRecord(String bucket,
String org,
WritePrecision precision,
String record)
Write Line Protocol record into specified bucket.
|
void |
WriteApi.writeRecord(String bucket,
String org,
WritePrecision precision,
String record)
Write Line Protocol record into specified bucket.
|
void |
WriteApiBlocking.writeRecord(WritePrecision precision,
String record)
Write Line Protocol record into specified bucket.
|
void |
WriteApi.writeRecord(WritePrecision precision,
String record)
Write Line Protocol record into specified bucket.
|
void |
WriteApiBlocking.writeRecords(String bucket,
String org,
WritePrecision precision,
List<String> records)
Write Line Protocol records into specified bucket.
|
void |
WriteApi.writeRecords(String bucket,
String org,
WritePrecision precision,
List<String> records)
Write Line Protocol records into specified bucket.
|
void |
WriteApiBlocking.writeRecords(WritePrecision precision,
List<String> records)
Write Line Protocol records into specified bucket.
|
void |
WriteApi.writeRecords(WritePrecision precision,
List<String> records)
Write Line Protocol records into specified bucket.
|
Modifier and Type | Method and Description |
---|---|
static WritePrecision |
WritePrecision.fromValue(String text) |
WritePrecision |
WritePrecision.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static WritePrecision |
WritePrecision.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WritePrecision[] |
WritePrecision.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
WritePrecision.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
WritePrecision enumeration) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractWriteClient.write(String bucket,
String organization,
WritePrecision precision,
org.reactivestreams.Publisher<AbstractWriteClient.BatchWriteData> stream) |
Constructor and Description |
---|
BatchWriteDataMeasurement(Object measurement,
WritePrecision precision,
InfluxDBClientOptions options,
com.influxdb.client.internal.MeasurementMapper measurementMapper) |
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)
Write time series data into InfluxDB
|
Modifier and Type | Method and Description |
---|---|
WritePrecision |
Point.getPrecision() |
Modifier and Type | Method and Description |
---|---|
Point |
Point.time(Instant time,
WritePrecision precision)
Updates the timestamp for the point.
|
Point |
Point.time(Long time,
WritePrecision precision)
Updates the timestamp for the point.
|
Point |
Point.time(Number time,
WritePrecision precision)
Updates the timestamp for the point.
|
Modifier and Type | Method and Description |
---|---|
WritePrecision |
WriteSuccessEvent.getPrecision() |
Constructor and Description |
---|
WriteSuccessEvent(String organization,
String bucket,
WritePrecision precision,
String lineProtocol) |
Copyright © 2018–2020 InfluxData, Inc.. All rights reserved.