Uses of Interface
org.eclipse.mat.parser.index.IIndexReader.IOne2OneIndex
Package
Description
Interfaces for handling indexes.
Implementations for handling indexes.
-
Uses of IIndexReader.IOne2OneIndex in org.eclipse.mat.parser
Modifier and TypeMethodDescriptionvoid
IPreliminaryIndex.setObject2classId
(IIndexReader.IOne2OneIndex object2classId) store the object id to class id mapping -
Uses of IIndexReader.IOne2OneIndex in org.eclipse.mat.parser.index
Modifier and TypeInterfaceDescriptionstatic interface
Index from object id to size, stored compressed as an int.Modifier and TypeClassDescriptionstatic class
An int to int index reader.static class
Creates a index reader for array sizes, presuming the sizes are stored as ints and get expanded in the reverse of the compression.static class
A collector of ArrayIntCompressed.Modifier and TypeFieldDescriptionIndexManager.domIn
The dominator tree index from an object to the object which dominates it.IndexManager.o2c
The index from object ID to the type as a class IDModifier and TypeMethodDescriptionIndexManager.dominator()
The index reader for each object to the object which dominates itIndexManager.o2class()
The index for each object to class.IndexWriter.IntIndexCollector.writeTo
(DataOutputStream out, long position) Write the collector to a file.Store the collector to a file.IndexWriter.IntIndexStreamer.writeTo
(DataOutputStream out, long position, int[] array) Write out a page at a particular position.IndexWriter.IntIndexStreamer.writeTo
(DataOutputStream out, long position, IteratorInt iterator) Write out a page at a particular position.Write an array to a file and return an index reader.IndexWriter.IntIndexStreamer.writeTo
(File indexFile, IteratorInt iterator) ModifierConstructorDescriptionIntIndex1NSortedReader
(File indexFile, IIndexReader.IOne2OneIndex header, IIndexReader.IOne2OneIndex body) Construct a size index reader based on a int index holding the compressed data