| Interface | Description |
|---|---|
| AuthorizationsApi |
The client of the InfluxDB 2.x that implement Authorization HTTP API endpoint.
|
| BucketsApi |
The client of the InfluxDB 2.x that implement Bucket HTTP API endpoint.
|
| ChecksApi |
The client of the InfluxDB 2.x that implement Check Api.
|
| DashboardsApi |
The client of the InfluxDB 2.x that implement Dashboards HTTP API endpoint.
|
| DeleteApi |
API to Delete time-series data from InfluxDB 2.x.
|
| InfluxDBClient |
The client of theInfluxDB 2.x for Time Series that implements HTTP API defined by
Influx API Service swagger.yml.
|
| InfluxQLQueryApi |
The
InfluxQL can be used with /query compatibility endpoint which uses the
database and
retention policy specified in the query request to
map the request to an InfluxDB bucket. |
| InvokableScriptsApi |
Use API invokable scripts to create custom InfluxDB API endpoints that query, process, and shape data.
|
| LabelsApi |
The client of the InfluxDB 2.x that implement Labels HTTP API endpoint.
|
| NotificationEndpointsApi |
The client of the InfluxDB 2.x that implement NotificationEndpoint HTTP API.
|
| NotificationRulesApi |
The client of the InfluxDB 2.x that implement NotificationRules HTTP API endpoint.
|
| OrganizationsApi |
The client of the InfluxDB 2.x that implement Organization HTTP API endpoint.
|
| QueryApi |
The client of the InfluxDB 2.x that implement Query HTTP API endpoint.
|
| ScraperTargetsApi |
Represents an HTTP API handler for scraper targets.
|
| SourcesApi |
The client of the InfluxDB 2.x that implement Source HTTP API endpoint.
|
| TasksApi |
The client of the InfluxDB 2.x that implement Task HTTP API endpoint.
|
| TelegrafsApi |
The client of the InfluxDB 2.x that implement Telegrafs HTTP API endpoint.
|
| UsersApi |
The client of the InfluxDB 2.x that implement User HTTP API endpoint.
|
| VariablesApi |
The client of the InfluxDB 2.x that implement Variables HTTP API endpoint.
|
| WriteApi |
The asynchronous non-blocking API to Write time-series data into InfluxDB 2.x.
|
| WriteApi.RetryOptions |
Retry configuration.
|
| WriteApiBlocking |
The synchronous blocking API to Write time-series data into InfluxDB 2.x.
|
| Class | Description |
|---|---|
| BucketsQuery | |
| FindOptions |
FindOptions represents options passed to all find methods with multiple results.
|
| InfluxDBClientFactory |
The Factory that create an instance of a InfluxDB 2.x client.
|
| InfluxDBClientOptions |
InfluxDBClientOptions are used to configure theInfluxDB 2.x connections.
|
| InfluxDBClientOptions.Builder |
A builder for
InfluxDBClientOptions. |
| InvokableScriptsQuery | |
| JSON | |
| JSON.DateTypeAdapter |
Gson TypeAdapter for java.util.Date type
If the dateFormat is null, ISO8601Utils will be used.
|
| JSON.OffsetDateTimeTypeAdapter |
Gson TypeAdapter for JSR310 OffsetDateTime type
|
| JSON.SqlDateTypeAdapter |
Gson TypeAdapter for java.sql.Date type
If the dateFormat is null, a simple "yyyy-MM-dd" format will be used
(more efficient than SimpleDateFormat).
|
| OrganizationsQuery | |
| TasksQuery | |
| WriteOptions |
WriteOptions are used to configure writes the data point into InfluxDB 2.x.
|
| WriteOptions.Builder |
A builder for
WriteOptions. |
| Enum | Description |
|---|---|
| InfluxDBClientOptions.AuthScheme |
The scheme uses to Authentication.
|
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.