@Singleton @Configurable @Named public class HeartbeatHealthCheck extends HeartbeatHealthCheckImpl
Generates WARNING if no heartbeat has been received from a know member of the cluster.
Generates WARNING if a heartbeat has not been received in the last 180 seconds from a known member of the cluster.
| Constructor and Description |
|---|
HeartbeatHealthCheck() |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractHealthCheck |
findDelegate(HealthService healthService)
Finds and returns any delegate health check.
|
checkHealthgetDelegate, getLastResult, getLogPeriod, getName, hasDelegate, init, isEnabled, logResult, setEnabled, setLogPeriod, setName, silenceFor, start, stop, toStringprotected AbstractHealthCheck findDelegate(HealthService healthService)
AbstractHealthCheckfindDelegate in class AbstractHealthCheck