Uses of Class
com.influxdb.client.domain.Check
Packages that use Check
-
Uses of Check in com.influxdb.client
Methods in com.influxdb.client that return CheckModifier and TypeMethodDescriptionChecksApi.createCheck
(Check check) Add new check.ChecksApi.findCheckByID
(String checkID) Get a check.ChecksApi.updateCheck
(Check check) Update a check.ChecksApi.updateCheck
(String checkID, CheckPatch patch) Update a check.Methods in com.influxdb.client that return types with arguments of type CheckMethods in com.influxdb.client with parameters of type CheckModifier and TypeMethodDescriptionAdd a label to a check.ChecksApi.createCheck
(Check check) Add new check.void
ChecksApi.deleteCheck
(Check check) Delete a check.void
ChecksApi.deleteLabel
(Label label, Check check) Delete label from a check.List all labels for a check.ChecksApi.updateCheck
(Check check) Update a check. -
Uses of Check in com.influxdb.client.domain
Subclasses of Check in com.influxdb.client.domainModifier and TypeClassDescriptionclass
CustomCheckclass
DeadmanCheckclass
ThresholdCheckMethods in com.influxdb.client.domain that return CheckMethods in com.influxdb.client.domain that return types with arguments of type CheckMethods in com.influxdb.client.domain with parameters of type CheckMethod parameters in com.influxdb.client.domain with type arguments of type Check -
Uses of Check in com.influxdb.client.service
Methods in com.influxdb.client.service that return types with arguments of type CheckModifier and TypeMethodDescriptionretrofit2.Call
<Check> ChecksService.createCheck
(Check check) Add new checkretrofit2.Call
<Check> ChecksService.getChecksID
(String checkID, String zapTraceSpan) Retrieve a checkretrofit2.Call
<Check> ChecksService.patchChecksID
(String checkID, CheckPatch checkPatch, String zapTraceSpan) Update a checkretrofit2.Call
<Check> ChecksService.putChecksID
(String checkID, Check check, String zapTraceSpan) Update a checkMethods in com.influxdb.client.service with parameters of type CheckModifier and TypeMethodDescriptionretrofit2.Call
<Check> ChecksService.createCheck
(Check check) Add new checkretrofit2.Call
<Check> ChecksService.putChecksID
(String checkID, Check check, String zapTraceSpan) Update a check