- close() - Method in class com.github.nickrm.jflux.api.JFluxHttpClient
-
- close() - Method in class com.github.nickrm.jflux.JFluxClient
-
- com.github.nickrm.jflux - package 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.annotation - package com.github.nickrm.jflux.annotation
-
Annotations used for annotation based conversion between Java classes and InfluxDB data.
- com.github.nickrm.jflux.annotation.exception - package com.github.nickrm.jflux.annotation.exception
-
Exceptions related to converting from/to annotated Java classes and InfluxDB data (e.g.
- com.github.nickrm.jflux.api - package 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 - package com.github.nickrm.jflux.api.converter
-
Converters used for data sent to/received from the InfluxDB HTTP API.
- com.github.nickrm.jflux.api.exception - package com.github.nickrm.jflux.api.exception
-
Exceptions thrown when an issue is encountered when communicating with the InfluxDB HTTP API.
- com.github.nickrm.jflux.api.response - package com.github.nickrm.jflux.api.response
-
Classes relating to responses from the InfluxDB HTTP API.
- com.github.nickrm.jflux.domain - package com.github.nickrm.jflux.domain
-
Domain classes which represent domain entities defined by or relevant to InfluxDB, and used
throughout this library.
- com.github.nickrm.jflux.exception - package com.github.nickrm.jflux.exception
-
Exceptions explicitly thrown by the high level client provided by this library.
- compareTo(Version) - Method in class com.github.nickrm.jflux.domain.Version
-
- convert(Response<ResponseBody>) - Method in class com.github.nickrm.jflux.api.converter.ApiResponseConverter
-
Converts a response wrapper to an API response domain instance.
- createDatabase(String) - Method in class com.github.nickrm.jflux.JFluxClient
-
Creates a new database with the specified name.
- createRetentionPolicy(RetentionPolicy) - Method in class com.github.nickrm.jflux.JFluxClient
-
Creates a new retention policy on the selected database.
- createRetentionPolicy(RetentionPolicy, String) - Method in class com.github.nickrm.jflux.JFluxClient
-
Creates a new retention policy on the specified database.
- getAllPoints(Class<T>) - Method in class com.github.nickrm.jflux.JFluxClient
-
- getAllPoints(String, Class<T>) - Method in class com.github.nickrm.jflux.JFluxClient
-
Retrieves all points for the specified class.
- getAllPoints(String) - Method in class com.github.nickrm.jflux.JFluxClient
-
- getAllPoints(String, String) - Method in class com.github.nickrm.jflux.JFluxClient
-
Retrieves all points for the specified measurement.
- getDatabases() - Method in class com.github.nickrm.jflux.JFluxClient
-
Gets the existing databases.
- getDbBuildType() - Method in class com.github.nickrm.jflux.api.response.ResponseMetadata
-
Gets the build type of the InfluxDB instance.
- getDbVersion() - Method in class com.github.nickrm.jflux.api.response.ResponseMetadata
-
Gets the version of the InfluxDB instance.
- getDuration() - Method in class com.github.nickrm.jflux.domain.RetentionPolicy
-
- getError() - Method in class com.github.nickrm.jflux.api.response.QueryResult
-
Gets the error message for this result if available.
- getErrorMessage() - Method in class com.github.nickrm.jflux.api.response.ApiResponse
-
Gets the error message for this response, if any.
- getFields() - Method in class com.github.nickrm.jflux.domain.Point
-
Gets the fields contained in this point.
- getHostUrl() - Method in class com.github.nickrm.jflux.api.JFluxHttpClient
-
Gets the URL of the InfluxDB instance this client is pointed to.
- getMetadata() - Method in class com.github.nickrm.jflux.api.response.ApiResponse
-
Gets the metadata for this response.
- getName() - Method in class com.github.nickrm.jflux.domain.Measurement
-
Gets the name of this measurement.
- getName() - Method in class com.github.nickrm.jflux.domain.RetentionPolicy
-
Gets the name of this retention policy.
- getPoints() - Method in class com.github.nickrm.jflux.domain.Measurement
-
Gets the points in this measurement.
- getReplication() - Method in class com.github.nickrm.jflux.domain.RetentionPolicy
-
- getRequestId() - Method in class com.github.nickrm.jflux.api.response.ResponseMetadata
-
Gets the request ID for the response.
- getResults() - Method in class com.github.nickrm.jflux.api.response.ApiResponse
-
- getResults() - Method in class com.github.nickrm.jflux.api.response.QueryResult
-
Gets the series contained in this result.
- getRetentionPolicies() - Method in class com.github.nickrm.jflux.JFluxClient
-
Gets all the retention policies defined on the currently selected database.
- getRetentionPolicies(String) - Method in class com.github.nickrm.jflux.JFluxClient
-
Gets all the retention policies defined on the specified database.
- getRetentionPolicy(String) - Method in class com.github.nickrm.jflux.JFluxClient
-
Gets the definition of the specified retention policy.
- getRetentionPolicy(String, String) - Method in class com.github.nickrm.jflux.JFluxClient
-
Gets the definition of the specified retention policy.
- getShardDuration() - Method in class com.github.nickrm.jflux.domain.RetentionPolicy
-
- getStatementId() - Method in class com.github.nickrm.jflux.api.response.QueryResult
-
Gets the ID of the statement that this result corresponds to.
- getStatusCode() - Method in class com.github.nickrm.jflux.api.response.ApiResponse
-
Gets the status code of this response.
- getTags() - Method in class com.github.nickrm.jflux.domain.Point
-
Gets the tags for this point.
- getTimestamp() - Method in class com.github.nickrm.jflux.api.response.ResponseMetadata
-
Gets the timestamp of the response.
- getTimestamp() - Method in class com.github.nickrm.jflux.domain.Point
-
Gets the timestamp of this point.