Package com.jprofiler.api.agent.heap
package com.jprofiler.api.agent.heap
Contains the classes for analyzing dumped heap data.
The HeapObject
class is the root of the heap object hierarchy.
-
InterfacesClassDescriptionA descriptor for a class, interface, array, or primitive type.Represents a
java.lang.Class
object in a heap dump.Represents an object from a heap dump.Represents an object instance from a heap dump.Represents a primitive array from a heap dump.Represents ajava.lang.String
instance in a heap dump.