Uses of Interface
org.eclipse.mat.parser.index.IIndexReader
Package
Description
Implementations for handling indexes.
Utilities for performing basic operations on the snapshot (not API).
-
Uses of IIndexReader in org.eclipse.mat.parser.index
Modifier and TypeInterfaceDescriptionstatic interface
Index from object id to a long.static interface
Index from object id to several object ids.static interface
Index from object id to several object ids.static interface
Index from object id to another int.static interface
Index from object id to size, stored compressed as an int.Modifier and TypeClassDescriptionstatic class
static class
An int to int index reader.static class
static class
Creates a int to long index reader Disk file structure: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
Used to collect the objects by address.static class
A collector of ArrayIntCompressed.Modifier and TypeMethodDescriptionIndexManager.getReader
(IndexManager.Index index) Get the reader corresponding to the indexModifier and TypeMethodDescriptionvoid
IndexManager.setReader
(IndexManager.Index index, IIndexReader reader) Add index reader corresponding to the index to the index manager -
Uses of IIndexReader in org.eclipse.mat.parser.internal.snapshot