Class ReportHeapSnapshotProgress


  • public class ReportHeapSnapshotProgress
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ReportHeapSnapshotProgress​(java.lang.Integer done, java.lang.Integer total, java.util.Optional<java.lang.Boolean> finished)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getDone()  
      java.util.Optional<java.lang.Boolean> getFinished()  
      java.lang.Integer getTotal()  
      • Methods inherited from class java.lang.Object

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

      • ReportHeapSnapshotProgress

        public ReportHeapSnapshotProgress​(java.lang.Integer done,
                                          java.lang.Integer total,
                                          java.util.Optional<java.lang.Boolean> finished)
    • Method Detail

      • getDone

        public java.lang.Integer getDone()
      • getTotal

        public java.lang.Integer getTotal()
      • getFinished

        public java.util.Optional<java.lang.Boolean> getFinished()