Package | Description |
---|---|
org.influxdb.dto |
Modifier and Type | Method and Description |
---|---|
BatchPoints.Builder |
BatchPoints.Builder.consistency(InfluxDB.ConsistencyLevel consistencyLevel)
Set the ConsistencyLevel to use.
|
static BatchPoints.Builder |
BatchPoints.database(String database)
Create a new BatchPoints build to create a new BatchPoints in a fluent manner.
|
BatchPoints.Builder |
BatchPoints.Builder.point(Point pointToAdd)
Add a Point to this set of points.
|
BatchPoints.Builder |
BatchPoints.Builder.points(Point... pointsToAdd)
Add a set of Points to this set of points.
|
BatchPoints.Builder |
BatchPoints.Builder.retentionPolicy(String policy)
The retentionPolicy to use.
|
BatchPoints.Builder |
BatchPoints.Builder.tag(String tagName,
String value)
Add a tag to this set of points.
|
Copyright © 2017. All rights reserved.