Uses of Class
org.eclipse.mat.parser.index.IndexManager
Package
Description
Implementations for building the snapshot (not API).
-
Uses of IndexManager in org.eclipse.mat.parser.internal
Modifier and TypeMethodDescriptionSnapshotImpl.getIndexManager()
Gets all the indexes for the snapshot.SnapshotImplBuilder.getIndexManager()
Modifier and TypeMethodDescriptionstatic SnapshotImpl
SnapshotImpl.create
(XSnapshotInfo snapshotInfo, String objectReaderUniqueIdentifier, IObjectReader heapObjectReader, HashMapIntObject<ClassImpl> classCache, HashMapIntObject<XGCRootInfo[]> roots, HashMapIntObject<HashMapIntObject<XGCRootInfo[]>> rootsPerThread, BitField arrayObjects, IndexManager indexManager, IProgressListener listener) Create the snapshot after a fresh parse.void
SnapshotImplBuilder.setIndexManager
(IndexManager indexManager)