Uses of Package
org.eclipse.mat.parser.index
-
Packages that use org.eclipse.mat.parser.index 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.org.eclipse.mat.parser.internal Implementations for building the snapshot (not API).org.eclipse.mat.parser.internal.snapshot Utilities for performing basic operations on the snapshot (not API). -
Classes in org.eclipse.mat.parser.index used by org.eclipse.mat.hprof Class Description IIndexReader.IOne2LongIndex Index from object id to a long. -
Classes in org.eclipse.mat.parser.index used by org.eclipse.mat.parser Class Description IIndexReader.IOne2LongIndex Index from object id to a long.IIndexReader.IOne2ManyIndex Index from object id to several object ids.IIndexReader.IOne2OneIndex Index from object id to another int.IIndexReader.IOne2SizeIndex Index from object id to size, stored compressed as an int. -
Classes in org.eclipse.mat.parser.index used by org.eclipse.mat.parser.index Class Description IIndexReader Interfaces for reading various indexes into the snapshot.IIndexReader.IOne2LongIndex Index from object id to a long.IIndexReader.IOne2ManyIndex Index from object id to several object ids.IIndexReader.IOne2ManyObjectsIndex Index from object id to several object ids.IIndexReader.IOne2OneIndex Index from object id to another int.IIndexReader.IOne2SizeIndex Index from object id to size, stored compressed as an int.IndexManager.Index The different index types.IndexWriter.Identifier Used to collect the objects by address.IndexWriter.IntArray1NWriter Write out a mapping of ints to int arrays.IndexWriter.IntIndexCollectorUncompressed Collect a mapping of int to int.IndexWriter.KeyWriter Used to write out a key for an index. -
Classes in org.eclipse.mat.parser.index used by org.eclipse.mat.parser.internal Class Description IndexManager Handles the indexes into the snapshot. -
Classes in org.eclipse.mat.parser.index used by org.eclipse.mat.parser.internal.snapshot Class Description IIndexReader Interfaces for reading various indexes into the snapshot.IIndexReader.IOne2ManyIndex Index from object id to several object ids.