Uses of Class
io.helidon.health.checks.HeapMemoryHealthCheck.Builder
-
Packages that use HeapMemoryHealthCheck.Builder Package Description io.helidon.health.checks Healthchecks provided by our Microprofile implementation. -
-
Uses of HeapMemoryHealthCheck.Builder in io.helidon.health.checks
Methods in io.helidon.health.checks that return HeapMemoryHealthCheck.Builder Modifier and Type Method Description static HeapMemoryHealthCheck.Builder
HeapMemoryHealthCheck. builder()
Create a new fluent API builder to configure a new health check.HeapMemoryHealthCheck.Builder
HeapMemoryHealthCheck.Builder. config(Config config)
Set up the heap space health check via config key, if present.HeapMemoryHealthCheck.Builder
HeapMemoryHealthCheck.Builder. thresholdPercent(double threshold)
Threshol percentage.
-