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.index |
Implementations 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).
|
Class and Description |
---|
IIndexReader.IOne2LongIndex
Index from object id to a long.
|
Class and Description |
---|
IIndexReader.IOne2LongIndex
Index from object id to a long.
|
IIndexReader.IOne2ManyIndex
Index from object id to several object ids.
|
IIndexReader.IOne2OneIndex
Index from object id to another int.
|
IIndexReader.IOne2SizeIndex
Index from object id to size, stored compressed as an int.
|
Class and Description |
---|
IIndexReader
Interfaces for reading various indexes into the snapshot.
|
IIndexReader.IOne2LongIndex
Index from object id to a long.
|
IIndexReader.IOne2ManyIndex
Index from object id to several object ids.
|
IIndexReader.IOne2ManyObjectsIndex
Index from object id to several object ids.
|
IIndexReader.IOne2OneIndex
Index from object id to another int.
|
IIndexReader.IOne2SizeIndex
Index from object id to size, stored compressed as an int.
|
IndexManager.Index
The different index types.
|
IndexWriter.Identifier |
IndexWriter.IntArray1NWriter |
IndexWriter.IntIndexCollectorUncompressed |
IndexWriter.KeyWriter |
Class and Description |
---|
IndexManager
Handles the indexes into the snapshot.
|
Class and Description |
---|
IIndexReader
Interfaces for reading various indexes into the snapshot.
|
IIndexReader.IOne2ManyIndex
Index from object id to several object ids.
|