Package org.netbeans.lib.profiler.heap

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.
 

Class Summary
AbstractPagedHprofByteBuffer Generic HprofByteBuffer implementation using custom buffering strategy.
FastHprofHeap  
HeapFactory This is factory class for creating Heap from the file in Hprof dump format.
HeapProgress  
HprofByteBuffer  
 

Exception Summary
IllegalInstanceIDException Throws by Heap.getInstanceByID(long) and similar method if referenced instance cannot be found in dump.
 



Copyright © 2018. All Rights Reserved.