Interface MemoryUtil.MemoryStats

All Known Implementing Classes:
MemoryUtil.DummyMemoryStats, MemoryUtil.MBeanMemoryStats
Enclosing class:
MemoryUtil

public static interface MemoryUtil.MemoryStats
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isUsageThresholdExceeded(int threshold)
     
  • Method Details

    • isUsageThresholdExceeded

      boolean isUsageThresholdExceeded(int threshold)