Interface | Description |
---|---|
AuthorizationsApi |
The client of the InfluxDB 2.0 that implement Authorization HTTP API endpoint.
|
BucketsApi |
The client of the InfluxDB 2.0 that implement Bucket HTTP API endpoint.
|
ChecksApi |
The client of the InfluxDB 2.0 that implement Check Api.
|
DashboardsApi |
The client of the InfluxDB 2.0 that implement Dashboards HTTP API endpoint.
|
DeleteApi |
API to Delete time-series data from InfluxDB 2.0.
|
InfluxDBClient |
The client of theInfluxDB 2.0for Time Series that implements HTTP API defined by
Influx API Service swagger.yml.
|
LabelsApi |
The client of the InfluxDB 2.0 that implement Labels HTTP API endpoint.
|
NotificationEndpointsApi |
The client of the InfluxDB 2.0 that implement NotificationEndpoint HTTP API.
|
NotificationRulesApi |
The client of the InfluxDB 2.0 that implement NotificationRules HTTP API endpoint.
|
OrganizationsApi |
The client of the InfluxDB 2.0 that implement Organization HTTP API endpoint.
|
QueryApi |
The client of the InfluxDB 2.0 that implement Query HTTP API endpoint.
|
ScraperTargetsApi |
Represents an HTTP API handler for scraper targets.
|
SourcesApi |
The client of the InfluxDB 2.0 that implement Source HTTP API endpoint.
|
TasksApi |
The client of the InfluxDB 2.0 that implement Task HTTP API endpoint.
|
TelegrafsApi |
The client of the InfluxDB 2.0 that implement Telegrafs HTTP API endpoint.
|
TemplatesApi | |
UsersApi |
The client of the InfluxDB 2.0 that implement User HTTP API endpoint.
|
VariablesApi |
The client of the InfluxDB 2.0 that implement Variables HTTP API endpoint.
|
WriteApi |
The asynchronous non-blocking API to Write time-series data into InfluxDB 2.0.
|
WriteApiBlocking |
The synchronous blocking API to Write time-series data into InfluxDB 2.0.
|
Class | Description |
---|---|
FindOptions |
FindOptions represents options passed to all find methods with multiple results.
|
InfluxDBClientFactory |
The Factory that create an instance of a InfluxDB 2.0 client.
|
InfluxDBClientOptions |
InfluxDBClientOptions are used to configure theInfluxDB 2.0 connections.
|
InfluxDBClientOptions.Builder |
A builder for
InfluxDBClientOptions . |
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).
|
WriteOptions |
WriteOptions are used to configure writes the data point into InfluxDB 2.0.
|
WriteOptions.Builder |
A builder for
WriteOptions . |
Enum | Description |
---|---|
InfluxDBClientOptions.AuthScheme |
The scheme uses to Authentication.
|
Copyright © 2018–2020 InfluxData, Inc.. All rights reserved.