| Package | Description |
|---|---|
| com.influxdb.client | |
| com.influxdb.client.domain |
| Modifier and Type | Method and Description |
|---|---|
ThresholdCheck |
ChecksApi.createThresholdCheck(String name,
String query,
String every,
String messageTemplate,
Threshold threshold,
String orgID)
Add new Threshold check.
|
| Modifier and Type | Method and Description |
|---|---|
ThresholdCheck |
ChecksApi.createThresholdCheck(String name,
String query,
String every,
String messageTemplate,
List<Threshold> thresholds,
String orgID)
Add new Threshold check.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GreaterThreshold
GreaterThreshold
|
class |
LesserThreshold
LesserThreshold
|
class |
RangeThreshold
RangeThreshold
|
| Modifier and Type | Method and Description |
|---|---|
List<Threshold> |
ThresholdCheck.getThresholds()
Get thresholds
|
| Modifier and Type | Method and Description |
|---|---|
ThresholdCheck |
ThresholdCheck.addThresholdsItem(Threshold thresholdsItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
ThresholdCheck.setThresholds(List<Threshold> thresholds) |
ThresholdCheck |
ThresholdCheck.thresholds(List<Threshold> thresholds) |
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.