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.
|
Modifier and Type | Method and Description |
---|---|
IIndexReader.IOne2LongIndex |
IHprofParserHandler.fillIn(IPreliminaryIndex index,
IProgressListener listener) |
IIndexReader.IOne2LongIndex |
HprofParserHandlerImpl.fillIn(IPreliminaryIndex index,
IProgressListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
IPreliminaryIndex.setIdentifiers(IIndexReader.IOne2LongIndex identifiers)
store the object id to address mapping
|
Modifier and Type | Class and Description |
---|---|
static class |
IndexReader.LongIndexReader
Creates a int to long index reader
Disk file structure:
|
static class |
IndexWriter.Identifier |
Modifier and Type | Field and Description |
---|---|
IIndexReader.IOne2LongIndex |
IndexManager.idx |
IIndexReader.IOne2LongIndex |
IndexManager.o2ret |
Modifier and Type | Method and Description |
---|---|
IIndexReader.IOne2LongIndex |
IndexManager.o2address() |
IIndexReader.IOne2LongIndex |
IndexManager.o2retained() |
IIndexReader.IOne2LongIndex |
IndexWriter.LongIndexCollectorUncompressed.writeTo(File indexFile) |
IIndexReader.IOne2LongIndex |
IndexWriter.LongIndexCollector.writeTo(File indexFile) |
IIndexReader.IOne2LongIndex |
IndexWriter.LongIndexStreamer.writeTo(File indexFile,
ArrayLong array) |
IIndexReader.IOne2LongIndex |
IndexWriter.LongIndexStreamer.writeTo(File indexFile,
int size,
HashMapIntObject<Object> pages,
int pageSize) |
IIndexReader.IOne2LongIndex |
IndexWriter.LongIndexStreamer.writeTo(File indexFile,
IteratorLong iterator) |
IIndexReader.IOne2LongIndex |
IndexWriter.LongIndexStreamer.writeTo(File indexFile,
long[] array) |
Modifier and Type | Method and Description |
---|---|
void |
IndexWriter.IntArray1NWriter.log(IIndexReader.IOne2LongIndex identifier,
int index,
ArrayLong references) |