Package io.smallrye.health.checks
Class AbstractHeapMemoryHealthCheck
- java.lang.Object
-
- io.smallrye.health.checks.AbstractHeapMemoryHealthCheck
-
- All Implemented Interfaces:
org.eclipse.microprofile.health.HealthCheck
- Direct Known Subclasses:
HeapMemoryHealthCheck,NonHeapMemoryHealthCheck
public abstract class AbstractHeapMemoryHealthCheck extends Object implements org.eclipse.microprofile.health.HealthCheck
-
-
Constructor Summary
Constructors Constructor Description AbstractHeapMemoryHealthCheck()AbstractHeapMemoryHealthCheck(double maxPercentage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.eclipse.microprofile.health.HealthCheckResponsegetHealthCheckResponse(Function<MemoryMXBean,MemoryUsage> memoryUsageFunction)
-
-
-
Method Detail
-
getHealthCheckResponse
protected org.eclipse.microprofile.health.HealthCheckResponse getHealthCheckResponse(Function<MemoryMXBean,MemoryUsage> memoryUsageFunction)
-
-