Uses of Class
com.influxdb.client.domain.Threshold
Packages that use Threshold
-
Uses of Threshold in com.influxdb.client
Methods in com.influxdb.client with parameters of type ThresholdModifier and TypeMethodDescriptionChecksApi.createThresholdCheck
(String name, String query, String every, String messageTemplate, Threshold threshold, String orgID) Add new Threshold check.Method parameters in com.influxdb.client with type arguments of type Threshold -
Uses of Threshold in com.influxdb.client.domain
Subclasses of Threshold in com.influxdb.client.domainModifier and TypeClassDescriptionclass
GreaterThresholdclass
LesserThresholdclass
RangeThresholdMethods in com.influxdb.client.domain that return types with arguments of type ThresholdMethods in com.influxdb.client.domain with parameters of type ThresholdMethod parameters in com.influxdb.client.domain with type arguments of type ThresholdModifier and TypeMethodDescriptionvoid
ThresholdCheck.setThresholds
(List<Threshold> thresholds) ThresholdCheck.thresholds
(List<Threshold> thresholds)