Uses of Class
io.helidon.health.checks.HeapMemoryHealthCheck
Packages that use HeapMemoryHealthCheck
-
Uses of HeapMemoryHealthCheck in io.helidon.health.checks
Methods in io.helidon.health.checks that return HeapMemoryHealthCheckModifier and TypeMethodDescriptionHeapMemoryHealthCheck.Builder.build()
static HeapMemoryHealthCheck
HeapMemoryHealthCheck.create()
Create a new heap memory health check with default configuration.static HeapMemoryHealthCheck
HealthChecks.heapMemoryCheck()
Memory health check.static HeapMemoryHealthCheck
HealthChecks.heapMemoryCheck
(Config config) Memory health check.