| 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 |
|---|---|
ResponseMetadata |
JFluxHttpClient.ping()
Tests the connection to the InfluxDB API and returns the result.
|
| Modifier and Type | Method and Description |
|---|---|
ResponseMetadata |
ResponseMetadata.Builder.build()
Builds a new
ResponseMetadata instance with the values set in this builder. |
ResponseMetadata |
ApiResponse.getMetadata()
Gets the metadata for this response.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse.Builder |
ApiResponse.Builder.metadata(ResponseMetadata metadata)
Sets the metadata for this response.
|
Copyright © 2020. All rights reserved.