Package | Description |
---|---|
com.caucho.health.predicate |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHealthCheckPredicate |
class |
IfCriticalRechecked
Qualifies an action to match only after the required number of rechecks
have been performed.
|
class |
IfCron
Matches if the current time is in an active range configured by
cron-style times.
|
class |
IfExpr
Qualifies an action to execute based on the evaluation of an JSP EL
expression.
|
class |
IfFlapping
Qualifies an action to match only when the health check status is flapping.
|
class |
IfHealthCritical
Qualifies an action to match critical health status.
|
class |
IfHealthFatal
Qualifies an action to match critical health status.
|
class |
IfHealthOk
Qualifies an action to match OK health status.
|
class |
IfHealthStatus |
class |
IfHealthUnknown
Qualifies an action to match unknown results.
|
class |
IfHealthWarning
Qualifies an action to match warning health status.
|
class |
IfMessage
Qualifies an action to match health result message to a regular expression.
|
class |
IfRechecked
Qualifies an action to match only after the required number of rechecks
have been performed.
|
class |
IfRecovered
Qualifies an action to match upon recovery of Resin health.
|
class |
IfUptime
Qualifies an action to match an amount of time after startup.
|