Uses of Class
org.eclipse.mat.parser.index.IndexManager
-
Packages that use IndexManager Package Description org.eclipse.mat.parser.internal Implementations for building the snapshot (not API). -
-
Uses of IndexManager in org.eclipse.mat.parser.internal
Methods in org.eclipse.mat.parser.internal that return IndexManager Modifier and Type Method Description IndexManager
SnapshotImpl. getIndexManager()
Gets all the indexes for the snapshot.IndexManager
SnapshotImplBuilder. getIndexManager()
Methods in org.eclipse.mat.parser.internal with parameters of type IndexManager Modifier and Type Method Description static SnapshotImpl
SnapshotImpl. create(XSnapshotInfo snapshotInfo, java.lang.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)
-