Uses of Class
org.eclipse.mat.parser.model.XSnapshotInfo
Package
Description
Parser for HPROF dumps,
just a parser extension, not an Application Programming Interface (API).
Interfaces for handling indexes.
Implementations for building the snapshot (not API).
Utilities for performing basic operations on the snapshot (not API).
-
Uses of XSnapshotInfo in org.eclipse.mat.hprof
Modifier and TypeMethodDescriptionHprofParserHandlerImpl.getSnapshotInfo()
IHprofParserHandler.getSnapshotInfo()
Modifier and TypeMethodDescriptionvoid
HprofParserHandlerImpl.beforePass1
(XSnapshotInfo snapshotInfo) void
IHprofParserHandler.beforePass1
(XSnapshotInfo snapshotInfo) -
Uses of XSnapshotInfo in org.eclipse.mat.parser
Modifier and TypeMethodDescriptionIPreliminaryIndex.getSnapshotInfo()
Get basic information about the snapshot -
Uses of XSnapshotInfo in org.eclipse.mat.parser.internal
Modifier and TypeMethodDescriptionSnapshotImpl.getSnapshotInfo()
SnapshotImplBuilder.getSnapshotInfo()
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. -
Uses of XSnapshotInfo in org.eclipse.mat.parser.internal.snapshot
ModifierConstructorDescriptionRetainedSizeCache
(XSnapshotInfo snapshotInfo) Reads file i2sv2.index in new format, or file i2s.index in the old format, or creates an empty map.