| 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.
|
| Class and Description |
|---|
| ApiResponse
A response from the InfluxDB API, acts as a wrapper for the (possibly multiple) results returned.
|
| QueryResult
An InfluxQL result, acts as a wrapper for the (possibly multiple) series returned.
|
| ResponseMetadata
Metadata relevant to an
ApiResponse. |
| Class and Description |
|---|
| ApiResponse
A response from the InfluxDB API, acts as a wrapper for the (possibly multiple) results returned.
|
| Class and Description |
|---|
| ApiResponse
A response from the InfluxDB API, acts as a wrapper for the (possibly multiple) results returned.
|
| ApiResponse.Builder
Creates instances of
ApiResponse. |
| QueryResult
An InfluxQL result, acts as a wrapper for the (possibly multiple) series returned.
|
| QueryResult.Builder
Creates instances of
QueryResult. |
| ResponseMetadata
Metadata relevant to an
ApiResponse. |
| ResponseMetadata.Builder
Used to build instances of
ResponseMetadata. |
Copyright © 2020. All rights reserved.