|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Class Summary | |
---|---|
ArrayWrapper | Extract information from a JavaObject that represents a Java array |
CharArrayWrapper | Extract information from a JavaObject that represents a Java character array |
ClassFinder | Find all the java.lang.Class objects associated with a particular class in the Java runtime Print and count all the classes within the Java runtime Given an instance of java.lang.Class, determine which class it defines. |
ListClassDefinitions | Find the list of all class definitions that match a given class name (passed as a parent to this analyzer). |
ListObjectInstances | Find the list of all object instances that match a given class name (passed as a parent to this analyzer). |
ListObjectInstancesWithSubClasses | Find the list of all object instances that match a given class name (passed as a parent to this analyzer) or that are subclasses of the given class. |
LookupObjectByAddress | Find the object or other JVM entity associated with a given address passed as a parent to this analyzer. |
ObjectFinder | Find and count instances of particular objects in the Java runtime Attempts to scan the heap only once and to create a cache of "interesting" objects. |
ObjectWrapper | Represent one object or primitive field value extracted from the dump, and allow navigation through the
object tree starting at this object instance Print the values of field of various objects in the tree, specified through an XPath like syntax. |
ObjectWrapperCollection | Keep track of a collection of one or multiple instances of a given class, and provide utility functions to print the values of various fields directly or indirectly pointed to by each of these instances (using ObjectWrapper to use XPath like syntax to follow a chain of references). |
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |