Class Footprint.MemoryBeanWrapper

  • Enclosing class:
    Footprint

    public static class Footprint.MemoryBeanWrapper
    extends java.lang.Object
    Wrapper so that possible NoClassDefFoundError can be caught. Instantiating this class will throw a NoClassDefFoundError on JDK 1.4 and earlier.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.List<java.lang.management.MemoryPoolMXBean> mlist  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getPeakUsage()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • mlist

        java.util.List<java.lang.management.MemoryPoolMXBean> mlist
    • Constructor Detail

      • MemoryBeanWrapper

        public MemoryBeanWrapper()
    • Method Detail

      • getPeakUsage

        public long getPeakUsage()