| AbstractHeapMemoryHealthCheck |
|
| HealthChecksLogging_$logger |
Warning this class consists of generated code.
|
| HeapMemoryHealthCheck |
Health check implementation that is checking heap memory usage against available heap memory
|
| InetAddressHealthCheck |
Health check implementation to check if host is reachable using java.net.InetAddress.isReachable method.
|
| NonHeapMemoryHealthCheck |
Health check implementation that is checking memory usage against available memory
|
| SocketHealthCheck |
Health check implementation to check if host is reachable using a socket.
|
| SystemLoadHealthCheck |
Health check implementation that is checking average load usage against max load
|
| ThreadHealthCheck |
Health check implementation that is checking the number of threads
|
| UrlHealthCheck |
Health check implementation to check if host is reachable using a Http URL connection.
|