Uses of Class
com.influxdb.client.domain.HealthCheck
Packages that use HealthCheck
Package
Description
-
Uses of HealthCheck in com.influxdb.client
Methods in com.influxdb.client that return HealthCheckModifier and TypeMethodDescriptionInfluxDBClient.health()
Deprecated.Get a sources health.Get a sources health. -
Uses of HealthCheck in com.influxdb.client.domain
Methods in com.influxdb.client.domain that return HealthCheckModifier and TypeMethodDescriptionHealthCheck.addChecksItem
(HealthCheck checksItem) HealthCheck.checks
(List<HealthCheck> checks) HealthCheck.status
(HealthCheck.StatusEnum status) Methods in com.influxdb.client.domain that return types with arguments of type HealthCheckMethods in com.influxdb.client.domain with parameters of type HealthCheckMethod parameters in com.influxdb.client.domain with type arguments of type HealthCheckModifier and TypeMethodDescriptionHealthCheck.checks
(List<HealthCheck> checks) void
HealthCheck.setChecks
(List<HealthCheck> checks) -
Uses of HealthCheck in com.influxdb.client.internal
Methods in com.influxdb.client.internal that return HealthCheckModifier and TypeMethodDescriptionprotected HealthCheck
AbstractInfluxDBClient.health
(retrofit2.Call<HealthCheck> healthCall) InfluxDBClientImpl.health()
Method parameters in com.influxdb.client.internal with type arguments of type HealthCheckModifier and TypeMethodDescriptionprotected HealthCheck
AbstractInfluxDBClient.health
(retrofit2.Call<HealthCheck> healthCall) -
Uses of HealthCheck in com.influxdb.client.reactive
Methods in com.influxdb.client.reactive that return types with arguments of type HealthCheckModifier and TypeMethodDescriptionorg.reactivestreams.Publisher
<HealthCheck> InfluxDBClientReactive.health()
Get the health of an instance. -
Uses of HealthCheck in com.influxdb.client.reactive.internal
Methods in com.influxdb.client.reactive.internal that return types with arguments of type HealthCheckModifier and TypeMethodDescriptionorg.reactivestreams.Publisher
<HealthCheck> InfluxDBClientReactiveImpl.health()
-
Uses of HealthCheck in com.influxdb.client.service
Methods in com.influxdb.client.service that return types with arguments of type HealthCheckModifier and TypeMethodDescriptionretrofit2.Call
<HealthCheck> Get the health of an instanceretrofit2.Call
<HealthCheck> SourcesService.getSourcesIDHealth
(String sourceID, String zapTraceSpan) Get the health of a source
InfluxDBClient.ping()
orInfluxDBClient.version()
, the API is subject to removal in a next major release