Uses of Interface
org.eclipse.mat.snapshot.IMultiplePathsFromGCRootsComputer

Packages that use IMultiplePathsFromGCRootsComputer
org.eclipse.mat.inspections These are general queries. 
org.eclipse.mat.internal.snapshot.inspections These are queries for dominator tree and paths to/from garbage collection roots. 
org.eclipse.mat.parser.internal Implementations for building the snapshot (not API). 
org.eclipse.mat.parser.internal.snapshot Utilities for performing basic operations on the snapshot (not API). 
org.eclipse.mat.snapshot 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
 

Methods in org.eclipse.mat.inspections that return IMultiplePathsFromGCRootsComputer
 IMultiplePathsFromGCRootsComputer FindLeaksQuery.AccumulationPointOfGroupOfObject.getPathsComputer()
           
 IMultiplePathsFromGCRootsComputer FindLeaksQuery.SuspectRecordGroupOfObjects.getPathsComputer()
           
 

Constructors in org.eclipse.mat.inspections with parameters of type IMultiplePathsFromGCRootsComputer
FindLeaksQuery.AccumulationPointOfGroupOfObject(IObject object, int[] commonPath, IMultiplePathsFromGCRootsComputer pathsComputer)
           
 

Uses of IMultiplePathsFromGCRootsComputer in org.eclipse.mat.internal.snapshot.inspections
 

Methods in org.eclipse.mat.internal.snapshot.inspections with parameters of type IMultiplePathsFromGCRootsComputer
static MultiplePath2GCRootsQuery.Tree MultiplePath2GCRootsQuery.create(ISnapshot snapshot, IMultiplePathsFromGCRootsComputer computer, int[] selection)
           
 

Uses of IMultiplePathsFromGCRootsComputer in org.eclipse.mat.parser.internal
 

Methods in org.eclipse.mat.parser.internal that return IMultiplePathsFromGCRootsComputer
 IMultiplePathsFromGCRootsComputer SnapshotImpl.getMultiplePathsFromGCRoots(int[] objectIds, Map<IClass,Set<String>> excludeList)
           
 

Uses of IMultiplePathsFromGCRootsComputer in org.eclipse.mat.parser.internal.snapshot
 

Classes in org.eclipse.mat.parser.internal.snapshot that implement IMultiplePathsFromGCRootsComputer
 class MultiplePathsFromGCRootsComputerImpl
           
 

Uses of IMultiplePathsFromGCRootsComputer in org.eclipse.mat.snapshot
 

Methods in org.eclipse.mat.snapshot that return IMultiplePathsFromGCRootsComputer
 IMultiplePathsFromGCRootsComputer ISnapshot.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.