| Package | Description |
|---|---|
| com.influxdb.client | |
| com.influxdb.client.domain | |
| com.influxdb.client.internal | |
| com.influxdb.client.service |
| Modifier and Type | Method and Description |
|---|---|
HealthCheck |
InfluxDBClient.health()
Get the health of an instance.
|
HealthCheck |
SourcesApi.health(Source source)
Get a sources health.
|
HealthCheck |
SourcesApi.health(String sourceID)
Get a sources health.
|
| Modifier and Type | Method and Description |
|---|---|
HealthCheck |
HealthCheck.addChecksItem(HealthCheck checksItem) |
HealthCheck |
HealthCheck.checks(List<HealthCheck> checks) |
HealthCheck |
HealthCheck.commit(String commit) |
HealthCheck |
HealthCheck.message(String message) |
HealthCheck |
HealthCheck.name(String name) |
HealthCheck |
HealthCheck.status(HealthCheck.StatusEnum status) |
HealthCheck |
HealthCheck.version(String version) |
| Modifier and Type | Method and Description |
|---|---|
List<HealthCheck> |
HealthCheck.getChecks()
Get checks
|
| Modifier and Type | Method and Description |
|---|---|
HealthCheck |
HealthCheck.addChecksItem(HealthCheck checksItem) |
| Modifier and Type | Method and Description |
|---|---|
HealthCheck |
HealthCheck.checks(List<HealthCheck> checks) |
void |
HealthCheck.setChecks(List<HealthCheck> checks) |
| Modifier and Type | Method and Description |
|---|---|
HealthCheck |
InfluxDBClientImpl.health() |
protected HealthCheck |
AbstractInfluxDBClient.health(retrofit2.Call<HealthCheck> healthCall) |
| Modifier and Type | Method and Description |
|---|---|
protected HealthCheck |
AbstractInfluxDBClient.health(retrofit2.Call<HealthCheck> healthCall) |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<HealthCheck> |
HealthService.getHealth(String zapTraceSpan)
Get the health of an instance
|
retrofit2.Call<HealthCheck> |
SourcesService.getSourcesIDHealth(String sourceID,
String zapTraceSpan)
Get the health of a source
|
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.