Uses of Interface
org.eclipse.mat.snapshot.IMultiplePathsFromGCRootsComputer
Package
Description
These are general queries.
These are queries for dominator tree and paths to/from garbage collection roots.
Implementations for building the snapshot (not API).
Utilities for performing basic operations on the snapshot (not API).
The Snapshot API, a VM independent way of looking at a snapshot of the state of objects in a heap.
-
Uses of IMultiplePathsFromGCRootsComputer in org.eclipse.mat.inspections
Modifier and TypeMethodDescriptionFindLeaksQuery.AccumulationPointOfGroupOfObject.getPathsComputer()
FindLeaksQuery.SuspectRecordGroupOfObjects.getPathsComputer()
ModifierConstructorDescriptionAccumulationPointOfGroupOfObject
(IObject object, int[] commonPath, IMultiplePathsFromGCRootsComputer pathsComputer) -
Uses of IMultiplePathsFromGCRootsComputer in org.eclipse.mat.internal.snapshot.inspections
Modifier and TypeMethodDescriptionMultiplePath2GCRootsQuery.create
(ISnapshot snapshot, IMultiplePathsFromGCRootsComputer computer, int[] selection) MultiplePath2GCRootsQuery.create
(ISnapshot snapshot, IMultiplePathsFromGCRootsComputer computer, int[] selection, boolean mergeFromRoots, IProgressListener listener) Creates a tree by class.MultiplePath2GCRootsQuery.create
(ISnapshot snapshot, IMultiplePathsFromGCRootsComputer computer, int[] selection, IProgressListener listener) -
Uses of IMultiplePathsFromGCRootsComputer in org.eclipse.mat.parser.internal
Modifier and TypeMethodDescriptionSnapshotImpl.getMultiplePathsFromGCRoots
(int[] objectIds, Map<IClass, Set<String>> excludeList) -
Uses of IMultiplePathsFromGCRootsComputer in org.eclipse.mat.parser.internal.snapshot
-
Uses of IMultiplePathsFromGCRootsComputer in org.eclipse.mat.snapshot
Modifier and TypeMethodDescriptionISnapshot.getMultiplePathsFromGCRoots
(int[] objectIds, Map<IClass, Set<String>> excludeMap) Returns an IMultiplePathsFromGCRootsComputer object, which can be used to calculate the shortest path from the GC roots to each of objects in the specified object set.