| 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.converter |
Converters used for data sent to/received from the InfluxDB HTTP API.
|
| com.github.nickrm.jflux.api.response |
Classes relating to responses from the InfluxDB HTTP API.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse |
JFluxHttpClient.batchQuery(String query)
Executes a query and returns the result.
|
ApiResponse |
JFluxHttpClient.write(String database,
String lineProtocol)
Writes points into the default retention policy.
|
ApiResponse |
JFluxHttpClient.write(String database,
String retentionPolicy,
String lineProtocol)
Writes points into the specified retention policy.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse |
ApiResponseConverter.convert(retrofit2.Response<okhttp3.ResponseBody> responseWrapper)
Converts a response wrapper to an API response domain instance.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse |
ApiResponse.Builder.build()
Builds a new
ApiResponse instance with the values set in this builder. |
Copyright © 2020. All rights reserved.