| Package | Description |
|---|---|
| org.influxdb | |
| org.influxdb.dto | |
| org.influxdb.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
InfluxDB.write(BatchPoints batchPoints)
Write a set of Points to the influxdb database with the new (>= 0.9.0rc32) lineprotocol.
|
void |
InfluxDB.writeWithRetry(BatchPoints batchPoints)
Write a set of Points to the influxdb database with the new (>= 0.9.0rc32) lineprotocol.
|
| Modifier and Type | Method and Description |
|---|---|
BatchPoints |
BatchPoints.Builder.build()
Create a new BatchPoints instance.
|
BatchPoints |
BatchPoints.point(Point point)
Add a single Point to these batches.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BatchPoints.isMergeAbleWith(BatchPoints that)
Test whether is possible to merge two BatchPoints objects.
|
boolean |
BatchPoints.mergeIn(BatchPoints that)
Merge two BatchPoints objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InfluxDBImpl.write(BatchPoints batchPoints) |
void |
InfluxDBImpl.writeWithRetry(BatchPoints batchPoints) |
Copyright © 2021. All rights reserved.