| Package | Description |
|---|---|
| com.github.nickrm.jflux.domain |
Domain classes which represent domain entities defined by or relevant to InfluxDB, and used
throughout this library.
|
| Modifier and Type | Method and Description |
|---|---|
Measurement.Builder |
Measurement.Builder.name(String name)
Sets the name for the measurement to be constructed.
|
Measurement.Builder |
Measurement.Builder.points(List<Point> points)
Sets the points for the measurement to be constructed.
|
Copyright © 2020. All rights reserved.