Class MemoryMonitor

  • All Implemented Interfaces:
    Runnable

    public class MemoryMonitor
    extends Object
    implements Runnable
    This memory monitor periodically calls garbage collection in order to obtain the actual memory consumption during runtime.
    • Constructor Detail

      • MemoryMonitor

        public MemoryMonitor()
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable