Uses of Class
org.eclipse.mat.snapshot.MultiplePathsFromGCRootsRecord
Packages that use MultiplePathsFromGCRootsRecord
Package
Description
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 MultiplePathsFromGCRootsRecord in org.eclipse.mat.parser.internal.snapshot
Methods in org.eclipse.mat.parser.internal.snapshot that return MultiplePathsFromGCRootsRecordModifier and TypeMethodDescriptionMultiplePathsFromGCRootsComputerImpl.getPathsByGCRoot
(IProgressListener progressListener) -
Uses of MultiplePathsFromGCRootsRecord in org.eclipse.mat.snapshot
Methods in org.eclipse.mat.snapshot that return MultiplePathsFromGCRootsRecordModifier and TypeMethodDescriptionIMultiplePathsFromGCRootsComputer.getPathsByGCRoot
(IProgressListener progressListener) Calculates (if not yet calculated) and returns all the paths.MultiplePathsFromGCRootsRecord.nextLevel()
Returns the next level of the paths.Methods in org.eclipse.mat.snapshot that return types with arguments of type MultiplePathsFromGCRootsRecordModifier and TypeMethodDescriptionMultiplePathsFromGCRootsRecord.getComparatorByNumberOfReferencedObjects()
Returns a Comparator ordering the records descending by the number of referenced objects.MultiplePathsFromGCRootsRecord.getComparatorByReferencedHeapSize()
Returns a Comparator ordering the records descending by the total size of referenced objects.MultiplePathsFromGCRootsRecord.getComparatorByReferencedRetainedSize()
Returns a Comparator ordering the records descending by the total size of referenced objects.