AutoHealTriggers |
AutoHealRules.triggers() |
Get the triggers property: Conditions that describe when to execute the auto-heal actions.
|
AutoHealTriggers |
AutoHealTriggers.withPrivateBytesInKB(Integer privateBytesInKB) |
Set the privateBytesInKB property: A rule based on private bytes.
|
AutoHealTriggers |
AutoHealTriggers.withRequests(RequestsBasedTrigger requests) |
Set the requests property: A rule based on total requests.
|
AutoHealTriggers |
AutoHealTriggers.withSlowRequests(SlowRequestsBasedTrigger slowRequests) |
Set the slowRequests property: A rule based on request execution time.
|
AutoHealTriggers |
AutoHealTriggers.withSlowRequestsWithPath(List<SlowRequestsBasedTrigger> slowRequestsWithPath) |
Set the slowRequestsWithPath property: A rule based on multiple Slow Requests Rule with path.
|
AutoHealTriggers |
AutoHealTriggers.withStatusCodes(List<StatusCodesBasedTrigger> statusCodes) |
Set the statusCodes property: A rule based on status codes.
|
AutoHealTriggers |
AutoHealTriggers.withStatusCodesRange(List<StatusCodesRangeBasedTrigger> statusCodesRange) |
Set the statusCodesRange property: A rule based on status codes ranges.
|