Uses of Class
org.eclipse.mat.snapshot.SnapshotInfo
Package
Description
Extension point interfaces for HPROF dumps.
These are general queries.
The implementation of key snapshot objects such as representing classes, arrays, and objects in the snapshot.
The Snapshot API, a VM independent way of looking at a snapshot of the state of objects in a heap.
-
Uses of SnapshotInfo in org.eclipse.mat.hprof.extension
Modifier and TypeMethodDescriptionvoid
IParsingEnhancer.onParsingCompleted
(SnapshotInfo snapshotInfo) The method within the process of initially parsing a heap dump, just after the snapshot and SnapshotInfo objects have been created. -
Uses of SnapshotInfo in org.eclipse.mat.inspections
-
Uses of SnapshotInfo in org.eclipse.mat.parser.model
Modifier and TypeClassDescriptionfinal class
Basic information about the snapshot which can be updated as data is read from the dump. -
Uses of SnapshotInfo in org.eclipse.mat.snapshot
Modifier and TypeMethodDescriptionISnapshot.getSnapshotInfo()
Get info object describing the snapshot.