| Package | Description |
|---|---|
| com.github.nickrm.jflux |
Contains the main high-level InfluxDB client provided by this library, plus the classes that
support its functionality (e.g.
|
| 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.
|
| Class and Description |
|---|
| Point
A collection of fields within a series.
|
| RetentionPolicy
A retention policy specifies how long data is kept for.
|
| Class and Description |
|---|
| Measurement
A container of
Points, roughly equivalent to a relational DB table. |
| Class and Description |
|---|
| BuildType
The build type of an InfluxDB instance.
|
| Measurement
A container of
Points, roughly equivalent to a relational DB table. |
| Version
Represents a version following semantic versioning schema.
|
| Class and Description |
|---|
| BuildType
The build type of an InfluxDB instance.
|
| Measurement
A container of
Points, roughly equivalent to a relational DB table. |
| Measurement.Builder
Creates instances of
Measurement. |
| Point
A collection of fields within a series.
|
| Point.Builder
Used to create instances of
Point. |
| RetentionPolicy
A retention policy specifies how long data is kept for.
|
| RetentionPolicy.Builder
Used to create instances of
RetentionPolicy. |
| Version
Represents a version following semantic versioning schema.
|
Copyright © 2020. All rights reserved.