| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Version |
ResponseMetadata.getDbVersion()
Gets the version of the InfluxDB instance.
|
| Modifier and Type | Method and Description |
|---|---|
ResponseMetadata.Builder |
ResponseMetadata.Builder.dbVersion(Version dbVersion)
Sets the version of the InfluxDB instance.
|
| Modifier and Type | Method and Description |
|---|---|
static Version |
Version.fromString(String input)
Creates a new instance from the specified string.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Version.compareTo(Version other) |
Copyright © 2020. All rights reserved.