Uses of Class
org.eclipse.mat.collect.HashMapIntObject
Package
Description
Interfaces for handling indexes.
Implementations for handling indexes.
Implementations for building the snapshot (not API).
-
Uses of HashMapIntObject in org.eclipse.mat.parser
Modifier and TypeMethodDescriptionvoid
IPreliminaryIndex.setClassesById
(HashMapIntObject<ClassImpl> classesById) Store the class id to ClassImpl mappingvoid
IPreliminaryIndex.setGcRoots
(HashMapIntObject<List<XGCRootInfo>> gcRoots) store the GC roots informationvoid
IPreliminaryIndex.setThread2objects2roots
(HashMapIntObject<HashMapIntObject<List<XGCRootInfo>>> thread2objects2roots) store the thread local variable informationModifier and TypeMethodDescriptionvoid
IPreliminaryIndex.setThread2objects2roots
(HashMapIntObject<HashMapIntObject<List<XGCRootInfo>>> thread2objects2roots) store the thread local variable information -
Uses of HashMapIntObject in org.eclipse.mat.parser.index
Modifier and TypeMethodDescriptionIndexWriter.LongIndexStreamer.writeTo
(File indexFile, int size, HashMapIntObject<Object> pages, int pageSize) ModifierConstructorDescriptionLongIndexReader
(File indexFile, HashMapIntObject<Object> pages, int size, int pageSize, long[] pageStart) -
Uses of HashMapIntObject in org.eclipse.mat.parser.internal
Modifier and TypeMethodDescriptionSnapshotImplBuilder.getClassCache()
SnapshotImplBuilder.getRoots()
SnapshotImpl.getRootsPerThread()
Gets the roots per thread from the variables on the stack frames.Modifier and TypeMethodDescriptionSnapshotImpl.getRootsPerThread()
Gets the roots per thread from the variables on the stack frames.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.setClassCache
(HashMapIntObject<ClassImpl> classCache) void
SnapshotImplBuilder.setRoots
(HashMapIntObject<XGCRootInfo[]> roots) void
SnapshotImplBuilder.setRootsPerThread
(HashMapIntObject<HashMapIntObject<XGCRootInfo[]>> rootsPerThread) Modifier and TypeMethodDescriptionvoid
SnapshotImplBuilder.setRootsPerThread
(HashMapIntObject<HashMapIntObject<XGCRootInfo[]>> rootsPerThread)