| 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.
|
| Modifier and Type | Method and Description |
|---|---|
QueryResult |
JFluxHttpClient.queryMultipleSeries(String query)
Executes a query and returns the result.
|
| Modifier and Type | Method and Description |
|---|---|
QueryResult |
QueryResult.Builder.build()
Builds a new instance of
QueryResult using the values set in this builder. |
| Modifier and Type | Method and Description |
|---|---|
List<QueryResult> |
ApiResponse.getResults() |
| Modifier and Type | Method and Description |
|---|---|
ApiResponse.Builder |
ApiResponse.Builder.results(List<QueryResult> results)
Sets the query results for this response.
|
Copyright © 2020. All rights reserved.