Package | Description |
---|---|
org.influxdb | |
org.influxdb.impl |
Modifier and Type | Method and Description |
---|---|
static InfluxDB.ResponseFormat |
InfluxDB.ResponseFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InfluxDB.ResponseFormat[] |
InfluxDB.ResponseFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static InfluxDB |
InfluxDBFactory.connect(String url,
String username,
String password,
okhttp3.OkHttpClient.Builder client,
InfluxDB.ResponseFormat responseFormat)
Create a connection to a InfluxDB.
|
Constructor and Description |
---|
InfluxDBImpl(String url,
String username,
String password,
okhttp3.OkHttpClient.Builder okHttpBuilder,
InfluxDB.ResponseFormat responseFormat)
Constructs a new
InfluxDBImpl . |
InfluxDBImpl(String url,
String username,
String password,
okhttp3.OkHttpClient.Builder okHttpBuilder,
retrofit2.Retrofit.Builder retrofitBuilder,
InfluxDB.ResponseFormat responseFormat)
Constructs a new
InfluxDBImpl . |
Copyright © 2022. All rights reserved.