public class InfluxDBClientReactiveImpl extends AbstractInfluxDBClient implements InfluxDBClientReactive
autoCloseables, DEFAULT_DIALECT, gzipInterceptor, healthService, loggingInterceptor, options, retrofit| Constructor and Description |
|---|
InfluxDBClientReactiveImpl(InfluxDBClientOptions options) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
close, healthexecute, getLogLevel, responseToError, setLogLevelclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclosepublic InfluxDBClientReactiveImpl(@Nonnull InfluxDBClientOptions options)
@Nonnull public QueryReactiveApi getQueryReactiveApi()
InfluxDBClientReactivegetQueryReactiveApi in interface InfluxDBClientReactive@Nonnull public WriteReactiveApi getWriteReactiveApi()
InfluxDBClientReactivegetWriteReactiveApi in interface InfluxDBClientReactive@Nonnull public WriteReactiveApi getWriteReactiveApi(@Nonnull WriteOptions writeOptions)
InfluxDBClientReactivegetWriteReactiveApi in interface InfluxDBClientReactive@Nonnull public io.reactivex.Single<HealthCheck> health()
InfluxDBClientReactivehealth in interface InfluxDBClientReactive@Nonnull public com.influxdb.LogLevel getLogLevel()
getLogLevel in interface InfluxDBClientReactiveLogLevel that is used for logging requests and responses@Nonnull public InfluxDBClientReactive setLogLevel(@Nonnull com.influxdb.LogLevel logLevel)
InfluxDBClientReactivesetLogLevel in interface InfluxDBClientReactivelogLevel - the log level to set.@Nonnull public InfluxDBClientReactive enableGzip()
InfluxDBClientReactiveenableGzip in interface InfluxDBClientReactiveInfluxDBClient instance to be able to use it in a fluent manner.@Nonnull public InfluxDBClientReactive disableGzip()
InfluxDBClientReactivedisableGzip in interface InfluxDBClientReactiveInfluxDBClient instance to be able to use it in a fluent manner.public boolean isGzipEnabled()
InfluxDBClientReactiveisGzipEnabled in interface InfluxDBClientReactiveCopyright © 2018–2021 InfluxData, Inc.. All rights reserved.