|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HashMapIntObject | |
---|---|
org.eclipse.mat.inspections.collections | These are queries for Collection classes. |
org.eclipse.mat.parser | Interfaces for handling indexes. |
org.eclipse.mat.parser.index | Implementations for handling indexes. |
org.eclipse.mat.parser.internal | Implementations for building the snapshot (not API). |
Uses of HashMapIntObject in org.eclipse.mat.inspections.collections |
---|
Methods in org.eclipse.mat.inspections.collections that return HashMapIntObject | |
---|---|
static HashMapIntObject<CollectionUtil.Info> |
CollectionUtil.getKnownMaps(ISnapshot snapshot)
|
Uses of HashMapIntObject in org.eclipse.mat.parser |
---|
Methods in org.eclipse.mat.parser with parameters of type HashMapIntObject | |
---|---|
void |
IPreliminaryIndex.setClassesById(HashMapIntObject<ClassImpl> classesById)
Store the class id to ClassImpl mapping |
void |
IPreliminaryIndex.setGcRoots(HashMapIntObject<java.util.List<XGCRootInfo>> gcRoots)
store the GC roots information |
void |
IPreliminaryIndex.setThread2objects2roots(HashMapIntObject<HashMapIntObject<java.util.List<XGCRootInfo>>> thread2objects2roots)
store the thread local variable information |
Method parameters in org.eclipse.mat.parser with type arguments of type HashMapIntObject | |
---|---|
void |
IPreliminaryIndex.setThread2objects2roots(HashMapIntObject<HashMapIntObject<java.util.List<XGCRootInfo>>> thread2objects2roots)
store the thread local variable information |
Uses of HashMapIntObject in org.eclipse.mat.parser.index |
---|
Methods in org.eclipse.mat.parser.index with parameters of type HashMapIntObject | |
---|---|
IIndexReader.IOne2LongIndex |
IndexWriter.LongIndexStreamer.writeTo(java.io.File indexFile,
int size,
HashMapIntObject<java.lang.Object> pages,
int pageSize)
|
Constructors in org.eclipse.mat.parser.index with parameters of type HashMapIntObject | |
---|---|
IndexReader.LongIndexReader(java.io.File indexFile,
HashMapIntObject<java.lang.Object> pages,
int size,
int pageSize,
long[] pageStart)
|
Uses of HashMapIntObject in org.eclipse.mat.parser.internal |
---|
Methods in org.eclipse.mat.parser.internal that return HashMapIntObject | |
---|---|
HashMapIntObject<ClassImpl> |
SnapshotImplBuilder.getClassCache()
|
HashMapIntObject<XGCRootInfo[]> |
SnapshotImplBuilder.getRoots()
|
HashMapIntObject<HashMapIntObject<XGCRootInfo[]>> |
SnapshotImpl.getRootsPerThread()
|
Methods in org.eclipse.mat.parser.internal that return types with arguments of type HashMapIntObject | |
---|---|
HashMapIntObject<HashMapIntObject<XGCRootInfo[]>> |
SnapshotImpl.getRootsPerThread()
|
Methods in org.eclipse.mat.parser.internal with parameters of type HashMapIntObject | |
---|---|
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)
|
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)
|
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)
|
void |
SnapshotImplBuilder.setClassCache(HashMapIntObject<ClassImpl> classCache)
|
void |
SnapshotImplBuilder.setRoots(HashMapIntObject<XGCRootInfo[]> roots)
|
void |
SnapshotImplBuilder.setRootsPerThread(HashMapIntObject<HashMapIntObject<XGCRootInfo[]>> rootsPerThread)
|
Method parameters in org.eclipse.mat.parser.internal with type arguments of type HashMapIntObject | |
---|---|
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)
|
void |
SnapshotImplBuilder.setRootsPerThread(HashMapIntObject<HashMapIntObject<XGCRootInfo[]>> rootsPerThread)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |