Class HeapDumpStats

  • All Implemented Interfaces:
    Operation

    public class HeapDumpStats
    extends java.lang.Object
    implements Operation
    • Constructor Summary

      Constructors 
      Constructor Description
      HeapDumpStats()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String description()  
      java.lang.String label()  
      void run​(java.lang.String... args)  
      • Methods inherited from class java.lang.Object

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

      • HeapDumpStats

        public HeapDumpStats()
    • Method Detail

      • label

        public java.lang.String label()
        Specified by:
        label in interface Operation
      • description

        public java.lang.String description()
        Specified by:
        description in interface Operation
      • run

        public void run​(java.lang.String... args)
                 throws java.lang.Exception
        Specified by:
        run in interface Operation
        Throws:
        java.lang.Exception