| 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 |
|---|---|
BuildType |
ResponseMetadata.getDbBuildType()
Gets the build type of the InfluxDB instance.
|
| Modifier and Type | Method and Description |
|---|---|
ResponseMetadata.Builder |
ResponseMetadata.Builder.dbBuildType(BuildType dbBuildType)
Sets the build type of the InfluxDB instance.
|
| Modifier and Type | Method and Description |
|---|---|
static BuildType |
BuildType.fromIdentifier(String identifier)
Gets the build type with the specified shorthand identifier.
|
static BuildType |
BuildType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuildType[] |
BuildType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.