|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IIndexReader.IOne2LongIndex | |
---|---|
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. |
Uses of IIndexReader.IOne2LongIndex in org.eclipse.mat.hprof |
---|
Methods in org.eclipse.mat.hprof that return IIndexReader.IOne2LongIndex | |
---|---|
IIndexReader.IOne2LongIndex |
IHprofParserHandler.fillIn(IPreliminaryIndex index)
|
IIndexReader.IOne2LongIndex |
HprofParserHandlerImpl.fillIn(IPreliminaryIndex index)
|
Uses of IIndexReader.IOne2LongIndex in org.eclipse.mat.parser |
---|
Methods in org.eclipse.mat.parser with parameters of type IIndexReader.IOne2LongIndex | |
---|---|
void |
IPreliminaryIndex.setIdentifiers(IIndexReader.IOne2LongIndex identifiers)
store the object id to address mapping |
Uses of IIndexReader.IOne2LongIndex in org.eclipse.mat.parser.index |
---|
Classes in org.eclipse.mat.parser.index that implement IIndexReader.IOne2LongIndex | |
---|---|
static class |
IndexReader.LongIndexReader
Creates a int to long index reader Disk file structure: |
static class |
IndexWriter.Identifier
|
Fields in org.eclipse.mat.parser.index declared as IIndexReader.IOne2LongIndex | |
---|---|
IIndexReader.IOne2LongIndex |
IndexManager.idx
|
IIndexReader.IOne2LongIndex |
IndexManager.o2ret
|
Methods in org.eclipse.mat.parser.index that return IIndexReader.IOne2LongIndex | |
---|---|
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)
|
Methods in org.eclipse.mat.parser.index with parameters of type IIndexReader.IOne2LongIndex | |
---|---|
void |
IndexWriter.IntArray1NWriter.log(IIndexReader.IOne2LongIndex identifier,
int index,
ArrayLong references)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |