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 HeapMemoryHealthCheckHeapMemoryHealthCheck.create()Create a new heap memory health check with default configuration.static HeapMemoryHealthCheckHealthChecks.heapMemoryCheck()Memory health check.static HeapMemoryHealthCheckHealthChecks.heapMemoryCheck(Config config) Deprecated, for removal: This API element is subject to removal in a future version.static HeapMemoryHealthCheckHealthChecks.heapMemoryCheck(Config config) Memory health check.
HealthChecks.heapMemoryCheck(io.helidon.config.Config)instead