Class DominatorsSummary.ClassloaderDominatorRecord

java.lang.Object
org.eclipse.mat.snapshot.DominatorsSummary.ClassloaderDominatorRecord
Enclosing class:
DominatorsSummary

public static class DominatorsSummary.ClassloaderDominatorRecord extends Object
A record containing information for objects loaded by one class loader dominating a set of other objects
  • Constructor Details

    • ClassloaderDominatorRecord

      public ClassloaderDominatorRecord()
  • Method Details

    • getName

      public String getName()
    • getDominatedNetSize

      public long getDominatedNetSize()
      Get the total net size of the dominated objects
    • getDominatedCount

      public int getDominatedCount()
      Get the number of dominated objects
    • getDominatorCount

      public int getDominatorCount()
      Get the total net size of the dominators
    • getDominatorNetSize

      public long getDominatorNetSize()
      Get the total net size of the dominators
    • getRecords

    • getId

      public int getId()
    • setId

      public void setId(int id)
    • getDominatedRetainedSize

      public long getDominatedRetainedSize()
    • setDominatedRetainedSize

      public void setDominatedRetainedSize(long dominatedRetainedSize)
    • getDominatorRetainedSize

      public long getDominatorRetainedSize()
    • setDominatorRetainedSize

      public void setDominatorRetainedSize(long dominatorRetainedSize)