public interface InfluxDBClientReactive extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Shutdown and close the client.
|
InfluxDBClientReactive |
disableGzip()
Disable Gzip compress for http request body.
|
InfluxDBClientReactive |
enableGzip()
Enable Gzip compress for http requests.
|
com.influxdb.LogLevel |
getLogLevel() |
QueryReactiveApi |
getQueryReactiveApi()
Get the Query client.
|
WriteReactiveApi |
getWriteReactiveApi()
Get the Write client.
|
WriteReactiveApi |
getWriteReactiveApi(WriteOptions writeOptions)
Get the Write client.
|
io.reactivex.Single<HealthCheck> |
health()
Get the health of an instance.
|
boolean |
isGzipEnabled()
Returns whether Gzip compress for http request body is enabled.
|
InfluxDBClientReactive |
setLogLevel(com.influxdb.LogLevel logLevel)
Set the log level for the request and response information.
|
@Nonnull QueryReactiveApi getQueryReactiveApi()
@Nonnull WriteReactiveApi getWriteReactiveApi()
@Nonnull WriteReactiveApi getWriteReactiveApi(@Nonnull WriteOptions writeOptions)
@Nonnull io.reactivex.Single<HealthCheck> health()
@Nonnull com.influxdb.LogLevel getLogLevel()
LogLevel that is used for logging requests and responses@Nonnull InfluxDBClientReactive setLogLevel(@Nonnull com.influxdb.LogLevel logLevel)
logLevel - the log level to set.@Nonnull InfluxDBClientReactive enableGzip()
InfluxDBClient instance to be able to use it in a fluent manner.@Nonnull InfluxDBClientReactive disableGzip()
InfluxDBClient instance to be able to use it in a fluent manner.boolean isGzipEnabled()
void close()
close in interface AutoCloseableCopyright © 2018–2021 InfluxData, Inc.. All rights reserved.