org.netbeans.insane.scanner |
|
Java Source File Name | Type | Comment |
CountingVisitor.java | Class | A visitor implementation that counts occurence and total size of found
objects, classified by their class.
Usage: use it as a
Visitor for an engine. |
Filter.java | Interface | A filter that controls inclusion of objects in the scan. |
ObjectMap.java | Interface | An entity that assigns the objects unique identifiers. |
ScannerUtils.java | Class | |
SimpleXmlVisitor.java | Class | A visitor that stores the heap graph to a XML file in a simple format,
which was used by the original Insane implementation. |
Visitor.java | Interface | A visitor interface that is called by the engine during the heap scan. |