Method and Description |
---|
com.influxdb.client.service.BackupService.getBackupKV(String) |
com.influxdb.client.InfluxDBClient.getWriteApi()
use
InfluxDBClient.makeWriteApi() , the API is subject to removal in a next major release |
com.influxdb.client.InfluxDBClient.getWriteApi(WriteOptions)
use
InfluxDBClient.makeWriteApi(WriteOptions) , the API is subject to removal in a next major release |
com.influxdb.client.InfluxDBClient.health()
use
InfluxDBClient.ping() or InfluxDBClient.version() , the API is subject to removal in a next major release |
com.influxdb.client.service.SecretsService.postOrgsIDSecrets(String, SecretKeys, String) |
com.influxdb.client.service.RestoreService.postRestoreBucketID(String, byte[], String, String) |
Copyright © 2018–2022 InfluxData, Inc.. All rights reserved.