Uses of Enum Class
com.influxdb.client.domain.CheckStatusLevel
-
Uses of CheckStatusLevel in com.influxdb.client
Modifier and TypeMethodDescriptionChecksApi.createDeadmanCheck
(String name, String query, String every, String timeSince, String staleTime, String messageTemplate, CheckStatusLevel level, String orgID) Add new Deadman check. -
Uses of CheckStatusLevel in com.influxdb.client.domain
Modifier and TypeMethodDescriptionstatic CheckStatusLevel
DeadmanCheck.getLevel()
Get levelThresholdBase.getLevel()
Get levelCheckStatusLevel.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) static CheckStatusLevel
Returns the enum constant of this class with the specified name.static CheckStatusLevel[]
CheckStatusLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionDeadmanCheck.level
(CheckStatusLevel level) 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)