Uses of Interface
org.eclipse.mat.snapshot.IPathsFromGCRootsComputer
Packages that use IPathsFromGCRootsComputer
Package
Description
These are queries for dominator tree and paths to/from garbage collection roots.
Implementations for building 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 IPathsFromGCRootsComputer in org.eclipse.mat.internal.snapshot.inspections
Constructors in org.eclipse.mat.internal.snapshot.inspections with parameters of type IPathsFromGCRootsComputerModifierConstructorDescriptionTree
(ISnapshot snapshot, int objectId, IPathsFromGCRootsComputer computer) -
Uses of IPathsFromGCRootsComputer in org.eclipse.mat.parser.internal
Methods in org.eclipse.mat.parser.internal that return IPathsFromGCRootsComputerModifier and TypeMethodDescriptionSnapshotImpl.getPathsFromGCRoots
(int objectId, Map<IClass, Set<String>> excludeList) -
Uses of IPathsFromGCRootsComputer in org.eclipse.mat.snapshot
Methods in org.eclipse.mat.snapshot that return IPathsFromGCRootsComputerModifier and TypeMethodDescriptionISnapshot.getPathsFromGCRoots
(int objectId, Map<IClass, Set<String>> excludeMap) Get interactive computer for paths from GC roots to the given object.