Uses of Interface
org.eclipse.mat.parser.index.IIndexReader.IOne2ManyIndex
Packages that use IIndexReader.IOne2ManyIndex
Package
Description
Interfaces for handling indexes.
Implementations for handling indexes.
Utilities for performing basic operations on the snapshot (not API).
-
Uses of IIndexReader.IOne2ManyIndex in org.eclipse.mat.parser
Methods in org.eclipse.mat.parser with parameters of type IIndexReader.IOne2ManyIndexModifier and TypeMethodDescriptionvoid
IPreliminaryIndex.setOutbound
(IIndexReader.IOne2ManyIndex outbound) store the object to outbound references table. -
Uses of IIndexReader.IOne2ManyIndex in org.eclipse.mat.parser.index
Subinterfaces of IIndexReader.IOne2ManyIndex in org.eclipse.mat.parser.indexModifier and TypeInterfaceDescriptionstatic interface
Index from object id to several object ids.Classes in org.eclipse.mat.parser.index that implement IIndexReader.IOne2ManyIndexFields in org.eclipse.mat.parser.index declared as IIndexReader.IOne2ManyIndexModifier and TypeFieldDescriptionIndexManager.domOut
The dominator tree index from an object to the objects it dominatesIndexManager.outbound
The index for objects showing what they refer toMethods in org.eclipse.mat.parser.index that return IIndexReader.IOne2ManyIndexModifier and TypeMethodDescriptionIndexManager.dominated()
The index reader from each object to the objects it dominatesIndexWriter.IntArray1NUncompressedCollector.flush()
Write the in memory version to disk and return the reader.IndexWriter.IntArray1NWriter.flush()
Finishes writing out everythingIndexManager.inbound()
The inbounds index for each object to its inbound references.IndexManager.outbound()
The inbounds index for each object to its outbound references. -
Uses of IIndexReader.IOne2ManyIndex in org.eclipse.mat.parser.internal.snapshot
Constructors in org.eclipse.mat.parser.internal.snapshot with parameters of type IIndexReader.IOne2ManyIndexModifierConstructorDescriptionObjectMarker
(int[] roots, boolean[] bits, IIndexReader.IOne2ManyIndex outbound, long outboundLength, IProgressListener progressListener) ObjectMarker
(int[] roots, boolean[] bits, IIndexReader.IOne2ManyIndex outbound, IProgressListener progressListener)