Interface Summary |
ArrayItemValue |
This represents value in an array. |
Field |
represents field (static or instance) of the class. |
FieldValue |
represents value of of instance or static field |
GCRoot |
This represents one GC root. |
Heap |
This is top-level interface representing one instance of heap dump. |
HeapSummary |
This is optional summary information. |
Instance |
This object represents one instance of java class. |
JavaClass |
This class represents java.lang.Class instances on the heap. |
JavaFrameGCRoot |
This represents one Java Frame GC root. |
ObjectArrayInstance |
represents instance of array of objects |
ObjectFieldValue |
represents field which refers to object represented by Instance |
PrimitiveArrayInstance |
represents instance of array of primitive type |
PrimitiveType |
represents primitive type. |
ThreadObjectGCRoot |
This represents one Thread Object GC root. |
Type |
represents primitive type or object. |
Value |
This is common interface representing value. |