| 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 |
|---|---|
Point.Builder |
Point.Builder.fields(Map<String,Object> fields)
Sets the fields for the point to be constructed.
|
Point.Builder |
Point.Builder.tags(Map<String,String> tags)
Sets the tags for the point to be constructed.
|
Point.Builder |
Point.Builder.timestamp(Instant timestamp)
Sets the timestamp for the point to be constructed.
|
Copyright © 2020. All rights reserved.