Uses of Class
com.influxdb.client.domain.HealthCheck
Package
Description
-
Uses of HealthCheck in com.influxdb.client
Modifier and TypeMethodDescriptionInfluxDBClient.health()
Deprecated.Get a sources health.Get a sources health. -
Uses of HealthCheck in com.influxdb.client.domain
Modifier and TypeMethodDescriptionHealthCheck.addChecksItem
(HealthCheck checksItem) HealthCheck.checks
(List<HealthCheck> checks) HealthCheck.status
(HealthCheck.StatusEnum status) Modifier and TypeMethodDescriptionHealthCheck.checks
(List<HealthCheck> checks) void
HealthCheck.setChecks
(List<HealthCheck> checks) -
Uses of HealthCheck in com.influxdb.client.internal
Modifier and TypeMethodDescriptionprotected HealthCheck
AbstractInfluxDBClient.health
(retrofit2.Call<HealthCheck> healthCall) InfluxDBClientImpl.health()
Modifier and TypeMethodDescriptionprotected HealthCheck
AbstractInfluxDBClient.health
(retrofit2.Call<HealthCheck> healthCall) -
Uses of HealthCheck in com.influxdb.client.reactive
Modifier and TypeMethodDescriptionorg.reactivestreams.Publisher
<HealthCheck> InfluxDBClientReactive.health()
Get the health of an instance. -
Uses of HealthCheck in com.influxdb.client.reactive.internal
Modifier and TypeMethodDescriptionorg.reactivestreams.Publisher
<HealthCheck> InfluxDBClientReactiveImpl.health()
-
Uses of HealthCheck in com.influxdb.client.service
Modifier 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