Class AbstractMemoryHealthIndicatorProperties

java.lang.Object
com.cumulocity.microservice.monitoring.health.indicator.memory.AbstractMemoryHealthIndicatorProperties
Direct Known Subclasses:
HeapMemoryHealthIndicatorProperties, NonHeapMemoryHealthIndicatorProperties

public abstract class AbstractMemoryHealthIndicatorProperties extends Object
  • Constructor Details

    • AbstractMemoryHealthIndicatorProperties

      public AbstractMemoryHealthIndicatorProperties()
  • Method Details

    • getMemoryMXBean

      public final MemoryMXBean getMemoryMXBean()
    • setMemoryMXBean

      public final void setMemoryMXBean(MemoryMXBean memoryMXBean)
    • getThreshold

      public final double getThreshold()
    • setThreshold

      public final void setThreshold(double threshold)