Uses of Interface
org.eclipse.mat.parser.IObjectReader
Package
Description
This provides the parser for IBM Diagnostic Tooling Framework for Java (DTFJ) dumps,
and is just a parser extension, not an Application Programming Interface (API).
Parser for HPROF dumps,
just a parser extension, not an Application Programming Interface (API).
Implementations for building the snapshot (not API).
-
Uses of IObjectReader in org.eclipse.mat.dtfj
Modifier and TypeClassDescriptionclass
Reads details of an object from a DTFJ dump. -
Uses of IObjectReader in org.eclipse.mat.hprof
-
Uses of IObjectReader in org.eclipse.mat.parser.internal
Modifier and TypeMethodDescriptionSnapshotImpl.getHeapObjectReader()
Gets the reader for the particular snapshot type to read individual objects.Modifier and TypeMethodDescriptionstatic SnapshotImpl
SnapshotImpl.create
(XSnapshotInfo snapshotInfo, String objectReaderUniqueIdentifier, IObjectReader heapObjectReader, HashMapIntObject<ClassImpl> classCache, HashMapIntObject<XGCRootInfo[]> roots, HashMapIntObject<HashMapIntObject<XGCRootInfo[]>> rootsPerThread, BitField arrayObjects, IndexManager indexManager, IProgressListener listener) Create the snapshot after a fresh parse.