| Package | Description |
|---|---|
| com.github.nickrm.jflux.api |
Lower level client for the InfluxDB HTTP API, and the classes that support it.
|
| com.github.nickrm.jflux.api.response |
Classes relating to responses from the InfluxDB HTTP API.
|
| 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 |
JFluxHttpClient.query(String query)
Executes a query and returns the result.
|
| Modifier and Type | Method and Description |
|---|---|
List<Measurement> |
QueryResult.getResults()
Gets the series contained in this result.
|
| Modifier and Type | Method and Description |
|---|---|
QueryResult.Builder |
QueryResult.Builder.series(List<Measurement> results)
Sets the results of the query.
|
| Modifier and Type | Method and Description |
|---|---|
Measurement |
Measurement.Builder.build()
Creates a new
Measurement instance using the values in this builder. |
Copyright © 2020. All rights reserved.