Uses of Enum Class
com.influxdb.client.domain.CheckStatusLevel
Packages that use CheckStatusLevel
-
Uses of CheckStatusLevel in com.influxdb.client
Methods in com.influxdb.client with parameters of type CheckStatusLevelModifier 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
Methods in com.influxdb.client.domain that return CheckStatusLevelModifier 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.Methods in com.influxdb.client.domain with parameters of type CheckStatusLevelModifier 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)