Uses of Interface
org.eclipse.mat.parser.index.IIndexReader.IOne2LongIndex
-
Packages that use IIndexReader.IOne2LongIndex 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. -
-
Uses of IIndexReader.IOne2LongIndex in org.eclipse.mat.hprof
Methods in org.eclipse.mat.hprof that return IIndexReader.IOne2LongIndex Modifier and Type Method Description IIndexReader.IOne2LongIndexHprofParserHandlerImpl. fillIn(IPreliminaryIndex index, IProgressListener listener)IIndexReader.IOne2LongIndexIHprofParserHandler. fillIn(IPreliminaryIndex index, IProgressListener listener)Methods in org.eclipse.mat.hprof with parameters of type IIndexReader.IOne2LongIndex Modifier and Type Method Description IObjectHprofRandomAccessParser. read(int objectId, long position, ISnapshot dump, IIndexReader.IOne2LongIndex o2hprof) -
Uses of IIndexReader.IOne2LongIndex in org.eclipse.mat.parser
Methods in org.eclipse.mat.parser with parameters of type IIndexReader.IOne2LongIndex Modifier and Type Method Description voidIPreliminaryIndex. 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 Modifier and Type Class Description static classIndexReader.LongIndexReaderCreates a int to long index reader Disk file structure:static classIndexWriter.IdentifierFields in org.eclipse.mat.parser.index declared as IIndexReader.IOne2LongIndex Modifier and Type Field Description IIndexReader.IOne2LongIndexIndexManager. idxIIndexReader.IOne2LongIndexIndexManager. o2retMethods in org.eclipse.mat.parser.index that return IIndexReader.IOne2LongIndex Modifier and Type Method Description IIndexReader.IOne2LongIndexIndexManager. o2address()IIndexReader.IOne2LongIndexIndexManager. o2retained()IIndexReader.IOne2LongIndexIndexWriter.LongIndexCollector. writeTo(File indexFile)IIndexReader.IOne2LongIndexIndexWriter.LongIndexCollectorUncompressed. writeTo(File indexFile)IIndexReader.IOne2LongIndexIndexWriter.LongIndexStreamer. writeTo(File indexFile, int size, HashMapIntObject<Object> pages, int pageSize)IIndexReader.IOne2LongIndexIndexWriter.LongIndexStreamer. writeTo(File indexFile, long[] array)IIndexReader.IOne2LongIndexIndexWriter.LongIndexStreamer. writeTo(File indexFile, ArrayLong array)IIndexReader.IOne2LongIndexIndexWriter.LongIndexStreamer. writeTo(File indexFile, IteratorLong iterator)Methods in org.eclipse.mat.parser.index with parameters of type IIndexReader.IOne2LongIndex Modifier and Type Method Description voidIndexWriter.IntArray1NWriter. log(IIndexReader.IOne2LongIndex identifier, int index, ArrayLong references)
-