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.
|
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 |
---|---|
void |
InfluxDBImpl.write(BatchPoints batchPoints) |
Copyright © 2017. All rights reserved.