Package org.eclipse.mat.snapshot
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 Summary
Constructors Constructor Description ClassloaderDominatorRecord()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDominatedCount()
Get the number of dominated objectslong
getDominatedNetSize()
Get the total net size of the dominated objectslong
getDominatedRetainedSize()
int
getDominatorCount()
Get the total net size of the dominatorslong
getDominatorNetSize()
Get the total net size of the dominatorslong
getDominatorRetainedSize()
int
getId()
String
getName()
List<DominatorsSummary.ClassDominatorRecord>
getRecords()
void
setDominatedRetainedSize(long dominatedRetainedSize)
void
setDominatorRetainedSize(long dominatorRetainedSize)
void
setId(int id)
-
-
-
Method Detail
-
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
public List<DominatorsSummary.ClassDominatorRecord> 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)
-
-