Uses of Class
org.eclipse.mat.snapshot.ExcludedReferencesDescriptor
Package
Description
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 ExcludedReferencesDescriptor in org.eclipse.mat.parser.internal
Modifier and TypeMethodDescriptionint[]
SnapshotImpl.getRetainedSet
(int[] objectIds, ExcludedReferencesDescriptor[] excludedReferences, IProgressListener progressMonitor) -
Uses of ExcludedReferencesDescriptor in org.eclipse.mat.parser.internal.snapshot
Modifier and TypeMethodDescriptionint
ObjectMarker.markSingleThreaded
(ExcludedReferencesDescriptor[] excludeSets, ISnapshot snapshot) -
Uses of ExcludedReferencesDescriptor in org.eclipse.mat.snapshot
Modifier and TypeMethodDescriptionint[]
ISnapshot.getRetainedSet
(int[] objectIds, ExcludedReferencesDescriptor[] excludedReferences, IProgressListener progressMonitor) Get retained set of objects for the given fields at the given objects (excluding the given objects).