Class MemoryMonitorProperties

java.lang.Object
org.apereo.cas.configuration.model.core.monitor.MemoryMonitorProperties
All Implemented Interfaces:
Serializable

@RequiresModule(name="cas-server-core-monitor", automated=true) public class MemoryMonitorProperties extends Object implements Serializable
Since:
6.4.0
See Also:
  • Constructor Details

    • MemoryMonitorProperties

      public MemoryMonitorProperties()
  • Method Details

    • getFreeMemThreshold

      public double getFreeMemThreshold()
      The free memory threshold for the memory monitor. If the amount of free memory available reaches this point the memory monitor will report back a warning status as a health check.
    • setFreeMemThreshold

      public MemoryMonitorProperties setFreeMemThreshold(double freeMemThreshold)
      The free memory threshold for the memory monitor. If the amount of free memory available reaches this point the memory monitor will report back a warning status as a health check.
      Returns:
      this.