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