public abstract class AbstractHeapMemoryHealthCheck extends Object implements org.eclipse.microprofile.health.HealthCheck
| Constructor and Description |
|---|
AbstractHeapMemoryHealthCheck() |
AbstractHeapMemoryHealthCheck(double maxPercentage) |
| Modifier and Type | Method and Description |
|---|---|
protected org.eclipse.microprofile.health.HealthCheckResponse |
getHealthCheckResponse(Function<MemoryMXBean,MemoryUsage> memoryUsageFunction) |
public AbstractHeapMemoryHealthCheck()
public AbstractHeapMemoryHealthCheck(double maxPercentage)
protected org.eclipse.microprofile.health.HealthCheckResponse getHealthCheckResponse(Function<MemoryMXBean,MemoryUsage> memoryUsageFunction)
Copyright © 2018–2022. All rights reserved.