|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.mat.snapshot.UnreachableObjectsHistogram.Record
public static class UnreachableObjectsHistogram.Record
Holds details about the unreachable objects for objects of one particular
| Constructor Summary | |
|---|---|
UnreachableObjectsHistogram.Record(String className,
int nrOfObjects,
long sizeOfObjects)
Details about a particular class |
|
UnreachableObjectsHistogram.Record(String className,
long classAddress,
int nrOfObjects,
long sizeOfObjects)
Details about a particular class |
|
| Method Summary | |
|---|---|
long |
getClassAddress()
the actual address of the class |
String |
getClassName()
The name of the class |
int |
getObjectCount()
the number of instances discarded by Memory Analyzer |
long |
getShallowHeapSize()
the total size occupied by instances of this class that were discarded |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UnreachableObjectsHistogram.Record(String className,
long classAddress,
int nrOfObjects,
long sizeOfObjects)
className - the class nameclassAddress - the address of the class objectnrOfObjects - the number of instancessizeOfObjects - the total size of the instances
public UnreachableObjectsHistogram.Record(String className,
int nrOfObjects,
long sizeOfObjects)
className - the class namenrOfObjects - the number of instancessizeOfObjects - the total size of the instances| Method Detail |
|---|
public String getClassName()
public int getObjectCount()
public long getShallowHeapSize()
public long getClassAddress()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||