public class HeapMemoryUsageLoadMetric extends AbstractLoadMetric
LoadMetric
implementation that returns the heap memory usage ratio.DEFAULT_CAPACITY, DEFAULT_WEIGHT
Constructor and Description |
---|
HeapMemoryUsageLoadMetric() |
HeapMemoryUsageLoadMetric(MemoryMXBean bean) |
Modifier and Type | Method and Description |
---|---|
double |
getLoad(Engine engine)
Returns the current load of this metric as a percent of the metric's capacity.
|
getCapacity, getWeight, setCapacity, setWeight
public HeapMemoryUsageLoadMetric()
public HeapMemoryUsageLoadMetric(MemoryMXBean bean)
public double getLoad(Engine engine) throws Exception
LoadMetric
NodeUnavailableException
- if the node should be put into the error state.Exception
- if the load could not be determined.Copyright © 2023 JBoss by Red Hat. All rights reserved.