| Package | Description |
|---|---|
| com.influxdb.client | |
| com.influxdb.client.domain |
| Modifier and Type | Method and Description |
|---|---|
DeadmanCheck |
ChecksApi.createDeadmanCheck(String name,
String query,
String every,
String timeSince,
String staleTime,
String messageTemplate,
CheckStatusLevel level,
String orgID)
Add new Deadman check.
|
| Modifier and Type | Method and Description |
|---|---|
static CheckStatusLevel |
CheckStatusLevel.fromValue(String text) |
CheckStatusLevel |
DeadmanCheck.getLevel()
Get level
|
CheckStatusLevel |
ThresholdBase.getLevel()
Get level
|
CheckStatusLevel |
CheckStatusLevel.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static CheckStatusLevel |
CheckStatusLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CheckStatusLevel[] |
CheckStatusLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DeadmanCheck |
DeadmanCheck.level(CheckStatusLevel level) |
ThresholdBase |
ThresholdBase.level(CheckStatusLevel level) |
void |
DeadmanCheck.setLevel(CheckStatusLevel level) |
void |
ThresholdBase.setLevel(CheckStatusLevel level) |
void |
CheckStatusLevel.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
CheckStatusLevel enumeration) |
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.