Uses of Interface
org.eclipse.mat.parser.index.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
Modifier and TypeMethodDescriptionvoid
IPreliminaryIndex.setOutbound
(IIndexReader.IOne2ManyIndex outbound) store the object to outbound references table. -
Uses of IIndexReader.IOne2ManyIndex in org.eclipse.mat.parser.index
Modifier and TypeInterfaceDescriptionstatic interface
Index from object id to several object ids.Modifier and TypeFieldDescriptionIndexManager.domOut
The dominator tree index from an object to the objects it dominatesIndexManager.outbound
The index for objects showing what they refer toModifier 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
ModifierConstructorDescriptionObjectMarker
(int[] roots, boolean[] bits, IIndexReader.IOne2ManyIndex outbound, long outboundLength, IProgressListener progressListener) ObjectMarker
(int[] roots, boolean[] bits, IIndexReader.IOne2ManyIndex outbound, IProgressListener progressListener)