Class AbstractMemoryHealthIndicatorProperties
java.lang.Object
com.cumulocity.microservice.monitoring.health.indicator.memory.AbstractMemoryHealthIndicatorProperties
- Direct Known Subclasses:
HeapMemoryHealthIndicatorProperties,NonHeapMemoryHealthIndicatorProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal MemoryMXBeanfinal doublefinal voidsetMemoryMXBean(MemoryMXBean memoryMXBean) final voidsetThreshold(double threshold)
-
Constructor Details
-
AbstractMemoryHealthIndicatorProperties
public AbstractMemoryHealthIndicatorProperties()
-
-
Method Details
-
getMemoryMXBean
-
setMemoryMXBean
-
getThreshold
public final double getThreshold() -
setThreshold
public final void setThreshold(double threshold)
-